Skip to content

Commit

Permalink
change indet yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarne committed Sep 21, 2017
1 parent 1d478b2 commit 257eb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/filebeat/prospector.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%>
Expand Down

0 comments on commit 257eb2f

Please sign in to comment.