Sysmon Ingest Pipeline Issue with ProcessId #1918
-
I've noticed that Sysmon event logs are not properly renaming Process IDs from winlog.event_data.ProcessId. Looking at the Elasticsearch ingest file for Sysmon, the ingest does not correctly identify the true Sysmon field. The ingest pipeline is looking for ProcessID and processID. The correct Sysmon field should be ProcessId. Adding the following line after the last ProcessID line in sysmon ingest corrects the issue: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We'll take a look at this - thanks! |
Beta Was this translation helpful? Give feedback.
-
Just merged in this fix, thanks for pointing this out! |
Beta Was this translation helpful? Give feedback.
Just merged in this fix, thanks for pointing this out!
#1954