Created
October 3, 2019 04:21
-
-
Save Cyb3rWard0g/a8c80a40da08489ae183e0cf430e4db1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELK SilkETW service output conf file | |
# HELK build Stage: Alpha | |
# Author: Roberto Rodriguez (@Cyb3rWard0g) | |
# License: GPL-3.0 | |
output { | |
if [log_name] == "SilkService-Log" { | |
elasticsearch { | |
hosts => ["helk-elasticsearch:9200"] | |
index => "logs-endpoint-winevent-etw-%{+YYYY.MM.dd}" | |
user => 'elastic' | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment