Change template name

This commit is contained in:
weslambert
2020-02-20 11:45:50 -05:00
committed by GitHub
parent 3303992685
commit 6945cbb843

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
}