Change to bro template

This commit is contained in:
weslambert
2020-03-09 09:18:57 -04:00
committed by GitHub
parent 4a4c378327
commit 14dfec5365

View File

@@ -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
} }
} }