mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Change to bro template
This commit is contained in:
@@ -23,8 +23,8 @@ output {
|
|||||||
pipeline => "%{event_type}"
|
pipeline => "%{event_type}"
|
||||||
hosts => "{{ ES }}"
|
hosts => "{{ ES }}"
|
||||||
index => "logstash-bro-%{+YYYY.MM.dd}"
|
index => "logstash-bro-%{+YYYY.MM.dd}"
|
||||||
template_name => "logstash"
|
template_name => "logstash-bro"
|
||||||
template => "/logstash-template.json"
|
template => "/logstash-bro-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user