Skip to content

Commit

Permalink
Merge pull request #6984 from Bargs/ingest/fbTemplate
Browse files Browse the repository at this point in the history
Fix #6980 - Add instruction to update filebeat template
  • Loading branch information
Rashid Khan committed Apr 26, 2016
2 parents ebfca08 + 22edba9 commit 960424b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ <h3>Follow these instructions to install Filebeat</h3>
to the end, so if your pattern was "filebeat-*" you would make the index name "filebeat" in filebeat.yml.<br /><br />
</li>

<li ng-if="installStep.results.indexPattern.id !== 'filebeat-*'">
Edit <code>filebeat.template.json</code> (in the Filebeat directory). The line that reads
<code>"template": "filebeat-*"</code> should become
<code>"template": "{{ installStep.results.indexPattern.id }}"</code>.
</li>

<li>Run Filebeat on each server
(<a target="_blank" href="https://www.elastic.co/guide/en/beats/filebeat/master/_step_5_starting_filebeat.html">
instructions
Expand Down

0 comments on commit 960424b

Please sign in to comment.