Created
April 10, 2016 17:21
-
-
Save johnkeates/d9d17707528f76659fe716c6337ab3f4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filebeat: | |
output: | |
elasticsearch: | |
hosts: ["127.0.0.1:9200"] | |
logstash: | |
hosts: ["127.0.0.1:5044"] | |
prospectors: | |
- | |
input_type: log | |
paths: | |
- /var/log/daemon.log | |
- | |
input_type: log | |
paths: | |
- /var/log/system.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Filebeat cannot find any output defined as it searches for one in the
output
section, outside the filebeat section. Here is an example of the complete configuration file: https://github.com/elastic/beats/blob/master/filebeat/filebeat.yml