Hi,
To integrate AWS WAF logs with the Wazuh manager, you can follow the Wazuh AWS WAF integration documentation for step-by-step guidance.
For forwarding logs from AWS ELB/ALB to Wazuh, refer to the Wazuh ALB integration documentation.
During this integration process, always ensure that the appropriate AWS IAM policies are configured and applied correctly for each service.
Also note that for both integrations, you need to define an <aws_profile> in the Wazuh manager configuration. This profile allows Wazuh to access and query the AWS S3 buckets.
To create this AWS profile:
nano /root/.aws/credentials
Add the appropriate AWS credentials in the following format:
[default]
aws_access_key_id = <your_access_key>
aws_secret_access_key = <your_secret_key>
You can refer to the Wazuh credentials configuration documentation for more details.