From 257eb2fa9a4ff89145474634485cfc1879933788 Mon Sep 17 00:00:00 2001 From: Hans MOULRON Date: Thu, 21 Sep 2017 09:57:45 +0200 Subject: [PATCH] change indet yaml --- templates/filebeat/prospector.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/filebeat/prospector.yml.erb b/templates/filebeat/prospector.yml.erb index 8206fe3..737f946 100644 --- a/templates/filebeat/prospector.yml.erb +++ b/templates/filebeat/prospector.yml.erb @@ -5,7 +5,7 @@ fields:<% @fields.each do |key, value| %> <%= key -%>: <%= value %> <%- end -%> - <%- if @tags -%>tags: <%= @tags %><% end -%> +<%- if @tags -%> tags: <%= @tags %><% end -%> <%- if @encoding -%> encoding: <%= @encoding %><% end -%> <%- if @ignore_older -%> ignore_older: <%= @ignore_older %><% end -%> <%- if @scan_frequency -%> scan_frequency: <%= @scan_frequency %><% end -%>