Hello team!
So I want to track event 4688 (process creation).
I researched how to do that and found good example here
https://groups.google.com/g/wazuh/c/tfl6Fq4WHS0I have created local rule in /var/ossec/etc/rules/local_rules.xml
<group name="testwinevent">
<rule id="100047" level="6">
<field name="win.system.eventID">4688</field>
<description>Windows Event ID 4688 - Process Creation</description>
</rule>
</group>And restarted wazuh manager.
Unfortunately, I tried to test it with tool wazuh-logtest and its not working.
I put example of my 4688 log to attachment.
The output of wazuh-logtest tool giving me just
**Phase 2: Completed decoding.
name: 'json'
And nothing more.
I also tested log in GUI tool Ruleset Test. So here as I can see this tool fully parsed all of the fields.
I will appreciate all the insights.