Good afternoon all,
I currently have WEF (Windows Event Forwarder) setup which collects events from clients, these are standard windows events but I also forward all sysmon events.
The wazuh agent on this WEF server forwards all the normal events but none of the sysmon forwarded events.
In my agent log file im seeing lots of repeated
wazuh-agent: ERROR: Could not EvtFormatMessage() with flags (1) which returned (15029)
Which im guessing is the agent not knowing how to handle the sysmon events that live in the forwardedevents channel?
my agent ossec.conf contains a local block
<localfile>
<location>forwardedevents</location>
<log_format>eventchannel</log_format>
</localfile>
What do I need to do to parse these sysmon events that exist in my "Forwarded Events" channel?
Thanks for the help!