Skip to content

Commit

Permalink
feat(#3341): Add discard_regex tests for aws Trusted Advisor integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-stefani committed Jan 11, 2023
1 parent 64fb058 commit 3b022e0
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,19 @@
discard_regex: .*ec2.amazonaws.com.*
found_logs: 5
skipped_logs: 1

- name: trusted_advisor_discard_regex
description: Trusted Advisor discard regex configurations
configuration_parameters:
BUCKET_TYPE: custom
BUCKET_NAME: wazuh-trusted-advisor-integration-tests
DISCARD_FIELD: status
DISCARD_REGEX: ERROR
metadata:
bucket_type: custom
bucket_name: wazuh-trusted-advisor-integration-tests
only_logs_after: 2022-NOV-20
discard_field: status
discard_regex: ERROR
found_logs: 3
skipped_logs: 1

0 comments on commit 3b022e0

Please sign in to comment.