Skip to content

Commit

Permalink
Merge pull request #51 from joshuaspence/doc_type
Browse files Browse the repository at this point in the history
Fix document type for Filebeat 5
  • Loading branch information
pcfens authored Nov 7, 2016
2 parents a050233 + a239c10 commit 5b09e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/prospector5.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ filebeat:
<%- if @ignore_older -%>
ignore_older: <%= @ignore_older %>
<%- end -%>
<%- if @real_doc_type -%>
document_type: <%= @real_doc_type %>
<%- if @doc_type -%>
document_type: <%= @doc_type %>
<%- end -%>
<%- if @scan_frequency -%>
scan_frequency: <%= @scan_frequency %>
Expand Down

0 comments on commit 5b09e69

Please sign in to comment.