Skip to content

Instantly share code, notes, and snippets.

@Cyb3rWard0g
Created October 3, 2019 04:21
Show Gist options
  • Save Cyb3rWard0g/a8c80a40da08489ae183e0cf430e4db1 to your computer and use it in GitHub Desktop.
Save Cyb3rWard0g/a8c80a40da08489ae183e0cf430e4db1 to your computer and use it in GitHub Desktop.
# 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