Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E tests: Fix AWS infrastructure monitoring test failures #3211

Closed
Tracked by #3287
mauromalara opened this issue Aug 30, 2022 · 3 comments
Closed
Tracked by #3287

E2E tests: Fix AWS infrastructure monitoring test failures #3211

mauromalara opened this issue Aug 30, 2022 · 3 comments

Comments

@mauromalara
Copy link
Contributor

Description

After the debugging and testing achieved in #3166, we could see that test_aws_infrastructure_monitoring was failing, so we must find the reason for the failure and a solution for it.

Executions

@juliamagan
Copy link
Member

juliamagan commented Aug 31, 2022

For the test to work properly we need to create an exclusive trail for the test, but it has a charge.

This issue will remain blocked until a decision is made.

juliamagan added a commit that referenced this issue Aug 31, 2022
@juliamagan
Copy link
Member

After configuring a trail for S3 data events and modifying the test to use this trail to generate events. No alerts are generated because the event we can generate is PutObject. The only events for which alerts are generated can be found at ruleset/lists/amazon/aws-eventnames.

So we need to create a trail that checks the Management events, the drawback is that it has a higher price than the Data events.

@mauromalara mauromalara changed the title E2E tests: Research AWS infrastructure monitoring test failures E2E tests: Fix AWS infrastructure monitoring test failures Sep 13, 2022
@juliamagan juliamagan added level/subtask Subtask issue and removed level/task Task issue labels Apr 26, 2023
@damarisg
Copy link
Member

We decided to close them as it was not planned.

@damarisg damarisg closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants