You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One special thing to note is that a file URI must be used in the XML (discovered this last week when using querys with evtx files for testing). The current code does not do this automatically. For example the XML will need to use file://C:\some\file.evtx for it's Log value.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
None of the event log filtering config options work with .evtx files. This includes ignore_older, event_id, level, and provider.
For confirmed bugs, please report:
The causes is that the generated XML query is not passed into the API call opening the evtx file at
beats/winlogbeat/eventlog/wineventlog.go
Line 200 in 57ee56e
One special thing to note is that a file URI must be used in the XML (discovered this last week when using querys with evtx files for testing). The current code does not do this automatically. For example the XML will need to use
file://C:\some\file.evtx
for it'sLog
value.The text was updated successfully, but these errors were encountered: