Skip to content

Instantly share code, notes, and snippets.

View DirtyDeedsDirtCheap's full-sized avatar

DirtyDeedsDirtCheap DirtyDeedsDirtCheap

View GitHub Profile
@andrewkroh
andrewkroh / filebeat.filestream-evtx_dump.yml
Last active February 27, 2026 08:30
Ingest Windows event logs to Elasticsearch on Linux using evtx_dump and Filebeat
---
filebeat.inputs:
# Consume output from
# evtx_dump --dont-show-record-number -o xml <file.evtx> > /tmp/samples/file.evtx.xml
# See https://github.com/omerbenamram/evtx.
- type: filestream
id: evtx_dump_xml
parsers:
- multiline: