Skip to content

Commit

Permalink
feat(#3343): Add only_logs_after tests for aws WAF integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-stefani committed Feb 7, 2023
1 parent 25b2bdc commit 0abc3d7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@
bucket_name: wazuh-vpcflow-integration-tests
only_logs_after: 2022-NOV-20
expected_results: 3

- name: waf_with_only_logs_after
description: WAF only logs after configurations
configuration_parameters:
BUCKET_TYPE: waf
BUCKET_NAME: wazuh-waf-integration-tests
ONLY_LOGS_AFTER: 2022-NOV-20
metadata:
bucket_type: waf
bucket_name: wazuh-waf-integration-tests
only_logs_after: 2022-NOV-20
expected_results: 3
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@
bucket_type: vpcflow
bucket_name: wazuh-vpcflow-integration-tests
expected_results: 1

- name: waf_without_only_logs_after
description: WAF only logs after configurations
configuration_parameters:
BUCKET_TYPE: waf
BUCKET_NAME: wazuh-waf-integration-tests
metadata:
bucket_type: waf
bucket_name: wazuh-waf-integration-tests
expected_results: 1

0 comments on commit 0abc3d7

Please sign in to comment.