Skip to content

Instantly share code, notes, and snippets.

@wortmanb
Created September 15, 2016 16:23
Show Gist options
  • Save wortmanb/7b610a2104af203ddde3249dfa69dc04 to your computer and use it in GitHub Desktop.
Save wortmanb/7b610a2104af203ddde3249dfa69dc04 to your computer and use it in GitHub Desktop.
filebeats config
filebeat:
prospectors:
-
paths:
- /var/log/httpd/logstash_access_log
input_type: log
document_type: beat
-
paths:
- /var/log/secure
input_type: log
document_type: message
:
output:
logstash:
hosts: ["192.168.77.68:5043"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment