Skip to content

Instantly share code, notes, and snippets.

@Schabernack
Created May 3, 2016 18:04
Show Gist options
  • Save Schabernack/77622e3b59e6fb0b742b504598d12128 to your computer and use it in GitHub Desktop.
Save Schabernack/77622e3b59e6fb0b742b504598d12128 to your computer and use it in GitHub Desktop.
output:
logstash:
enabled: true
hosts:
- elk:5044
tls:
certificate_authorities:
- /etc/pki/tls/certs/logstash-beats.crt
timeout: 15
filebeat:
prospectors:
-
paths:
- /data/log/supervisor/*
document_type: json
logging:
to_files: true
files:
path: /var/log/filebeat/
name: filebeat_logs.log
rotateeverybytes: 10485760
level: info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment