Hello Joe, thanks for choosing Wazuh!
Let's start right from the beginning, you might be having an unnecessary slash at the end of your path. Use slashes when the path to the logs includes more directories, but not at the start or at the end. As for the wodle configuration of your ossec.conf , some fields are unnecessary unless you're ingesting logs from several buckets at the same time, here's an example configuration:
<wodle name="aws-s3">
<disabled>no</disabled>
<remove_from_bucket>no</remove_from_bucket>
<interval>30m</interval>
<run_on_start>yes</run_on_start>
<skip_on_error>no</skip_on_error>
<bucket type="cloudtrail">
<name>wazuh-aws-wodle</name>
<aws_profile>exampleprofile</aws_profile>
<only_logs_after>2020-MAY-01</only_logs_after>
</bucket>
</wodle>
For your reference here's some documentation that could help you:
Should you have further questions, let us know!
Have a great day!