Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing case misalignment between Linux and Windows sysmon event ID field name #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

branchnetconsulting
Copy link

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!

fixed incorrect case on system.eventId to system.eventID
fixed incorrect case on system.eventId to system.eventID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant