Hi Chris,
Log format eventchannel is used for Microsoft Windows event logs. It monitors every channel specified in the configuration file and shows every field included in it.
This can be used to monitor standard “Windows” event logs and "Application and Services" logs.
You will get the events in JSON format.
The format you want to see your log is syslog format.
For that you will need to convert and save your log in a log file.
https://nxlog.co/page/eventlog-to-syslog.html
And Use Wazuh to read the file
<localfile>
<location>C:\Users\syslog\*</location>
<log_format>syslog</log_format>
</localfile>
Then you will be able to get the value in the format you want.
Check this document to learn more about log collection:
https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/localfile.html#log-format
I hope you find this information helpful.
Regards
Md. Nazmur Sakib
Hi Chris,
For windows event log It is not possible as the logs are not available in syslog formate.
You can use Logstash on a Windows host with a Wazuh agent to receive syslog, log to a file, and send those logs to the environment.
Check this document.
You will need help from Winlogbeat to ship Windows event logs to Logstash.
Check this document.
I hope you find this information helpful.
Regards
Md. Nazmur Sakib