diff --git a/salt/logstash/conf/pipelines/eval/templates/9700_ouptut_strelka.conf b/salt/logstash/conf/pipelines/eval/templates/9700_ouptut_strelka.conf index 861f8a034..c562cedc7 100644 --- a/salt/logstash/conf/pipelines/eval/templates/9700_ouptut_strelka.conf +++ b/salt/logstash/conf/pipelines/eval/templates/9700_ouptut_strelka.conf @@ -21,8 +21,8 @@ output { elasticsearch { hosts => "{{ ES }}" index => "logstash-strelka-%{+YYYY.MM.dd}" - template_name => "logstash" - template => "/logstash-template.json" + template_name => "logstash-strelka" + template => "/logstash-strelka-template.json" template_overwrite => true } } diff --git a/salt/logstash/conf/pipelines/search/templates/9700_output_strelka.conf b/salt/logstash/conf/pipelines/search/templates/9700_output_strelka.conf index 861f8a034..c562cedc7 100644 --- a/salt/logstash/conf/pipelines/search/templates/9700_output_strelka.conf +++ b/salt/logstash/conf/pipelines/search/templates/9700_output_strelka.conf @@ -21,8 +21,8 @@ output { elasticsearch { hosts => "{{ ES }}" index => "logstash-strelka-%{+YYYY.MM.dd}" - template_name => "logstash" - template => "/logstash-template.json" + template_name => "logstash-strelka" + template => "/logstash-strelka-template.json" template_overwrite => true } }