nullawhale

filebeat.yml

Feb 2nd, 2020
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. filebeat.inputs:
  2.   - type: log
  3.     enabled: true
  4.     paths:
  5.      - /usr/share/logs/*.log
  6.  
  7. output.logstash:
  8.   enabled: true
  9.   hosts: ["logstash:5044"]
  10.  
  11. logging.to_files: true
  12. logging.files:
Add Comment
Please, Sign In to add comment