Skip to content

Instantly share code, notes, and snippets.

@chamilad
Created November 28, 2018 08:25
Show Gist options
  • Save chamilad/82d81516021fa697336bb932bfefb219 to your computer and use it in GitHub Desktop.
Save chamilad/82d81516021fa697336bb932bfefb219 to your computer and use it in GitHub Desktop.
How to point FileBeat to read WSO2 log files
filebeat.prospectors:
- input_type: log
paths:
- /mnt/wso2am-2.6.0/repository/logs/*.log
output.logstash:
hosts: ["logstash.private.deployment.local:5044"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment