Skip to content

Instantly share code, notes, and snippets.

@EikeDehling
Created February 3, 2017 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EikeDehling/0c57e2f9c2e2b38d39ac4bdbfe7a69a0 to your computer and use it in GitHub Desktop.
Save EikeDehling/0c57e2f9c2e2b38d39ac4bdbfe7a69a0 to your computer and use it in GitHub Desktop.
Basic filebeat config
filebeat.prospectors:
- input_type: log
paths:
- ./random_apache_log
output.elasticsearch:
hosts: ["127.0.0.1:9200"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment