From 64166f96a11ecb5e49cd94cfde9e54491487bb0b Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Mon, 17 Feb 2020 21:15:11 +0000 Subject: [PATCH] Ensure correct template is used --- .../conf/pipelines/eval/templates/9700_ouptut_strelka.conf | 4 ++-- .../conf/pipelines/search/templates/9700_output_strelka.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 } }