Skip to content

Instantly share code, notes, and snippets.

@thisismitch
Created February 1, 2016 19:48
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thisismitch/0f2872d078a2c88cba4c to your computer and use it in GitHub Desktop.
Save thisismitch/0f2872d078a2c88cba4c to your computer and use it in GitHub Desktop.
Topbeat configuration with comments removed
input:
period: 10
procs: [".*"]
stats:
system: true
proc: true
filesystem: true
output:
logstash:
hosts: ["elk_server_private_ip:5044"]
tls:
certificate_authorities: ["/etc/pki/tls/certs/logstash-forwarder.crt"]
shipper:
logging:
files:
rotateeverybytes: 10485760 # = 10MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment