It appears you are basing your Sysmon for Linux decoded field names off of the Windows Sysmon equivalent field names, which I think is a great idea.
I did note one inconsistency, though, in that Windows Sysmon's event ID field name ends with "system.eventID" while you are decoding Linux Sysmon event ID fields under the name "system.eventId" (lowercase final letter). This PR is my proposal to bring that field into case alignment with the Windows side.
Thanks so much for your valuable contributions to the Wazuh open source community!
It appears you are basing your Sysmon for Linux decoded field names off of the Windows Sysmon equivalent field names, which I think is a great idea. I did note one inconsistency, though, in that Windows Sysmon's event ID field name ends with "system.eventID" while you are decoding Linux Sysmon event ID fields under the name "system.eventId" (lowercase final letter). This PR is my proposal to bring that field into case alignment with the Windows side. Thanks so much for your valuable contributions to the Wazuh open source community!