mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
Logstash Module - syntax error in output for windows
This commit is contained in:
@@ -16,7 +16,7 @@ output {
|
||||
if [event_type] == "windows" and "test_data" not in [tags] {
|
||||
#stdout { codec => rubydebug }
|
||||
elasticsearch {
|
||||
hosts => {{ ES }
|
||||
hosts => {{ ES }}
|
||||
index => "logstash-windows-%{+YYYY.MM.dd}"
|
||||
template => "/logstash-template.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user