Hi Xavier,
Could you please share the sample logs to modify the existing decoders if it's match.
To do that, you can enable
archives.json logs to capture the logs.
Enable archives.json log, set the
<logall_json>yes</logall_json> to yes at
/var/ossec/etc/ossec.conf file of the Wazuh manager.
Documentation:
Wazuh Documentation | logall<ossec_config>
<global>
___________________
<logall_json>yes</logall_json>
_______________This option will allow you to see all the events being monitored by your manager in the
/var/ossec/logs/archives/archives.json file. You will then be able to observe the incoming logs generated by your endpoints. After setting this option, restart the manager and check the archives.json file.
Note: Don't forget to disable the logall parameter once you have finished troubleshooting. Leaving it enabled could lead to high disk space consumption.Look for if there are any logs inside the archive log which is relevant. Use grep parameters related to the log.
cat /var/ossec/logs/archives/archives.json | grep Keywoard
Please share the sample logs from
archives.json, so that I can create custom decoders and rules.
Let me know the update on this.