mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +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] {
|
if [event_type] == "windows" and "test_data" not in [tags] {
|
||||||
#stdout { codec => rubydebug }
|
#stdout { codec => rubydebug }
|
||||||
elasticsearch {
|
elasticsearch {
|
||||||
hosts => {{ ES }
|
hosts => {{ ES }}
|
||||||
index => "logstash-windows-%{+YYYY.MM.dd}"
|
index => "logstash-windows-%{+YYYY.MM.dd}"
|
||||||
template => "/logstash-template.json"
|
template => "/logstash-template.json"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user