mirror of
https://github.com/socfortress/Wazuh-Rules.git
synced 2025-11-01 20:33:32 +00:00
corrected field name case in decoder-linux-sysmon.xml
fixed incorrect case on system.eventId to system.eventID
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<decoder name="sysmon-linux-child">
|
||||
<parent>sysmon-linux</parent>
|
||||
<regex offset="after_parent">\pEventID\p(\d+)\p/EventID\p</regex>
|
||||
<order>system.eventId</order>
|
||||
<order>system.eventID</order>
|
||||
</decoder>
|
||||
|
||||
<!-- keywords -->
|
||||
|
||||
Reference in New Issue
Block a user