From 30a1197b448c2646e818e3fbd0f8c965952d2c6b Mon Sep 17 00:00:00 2001 From: weslambert Date: Thu, 20 Feb 2020 11:20:06 -0500 Subject: [PATCH] Rename template to avoid duplication under different name --- salt/logstash/files/dynamic/9002_output_import.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/logstash/files/dynamic/9002_output_import.conf b/salt/logstash/files/dynamic/9002_output_import.conf index 88fbc7551..1b691df6b 100644 --- a/salt/logstash/files/dynamic/9002_output_import.conf +++ b/salt/logstash/files/dynamic/9002_output_import.conf @@ -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 }