Merge pull request #367 from Security-Onion-Solutions/fix/template_fix

Fix template name
This commit is contained in:
weslambert
2020-02-20 11:20:48 -05:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ output {
elasticsearch {
hosts => "{{ ES }}"
index => "logstash-import-%{+YYYY.MM.dd}"
template_name => "logstash-*"
template_name => "logstash"
template => "/logstash-template.json"
template_overwrite => true
}