Skip to content

Instantly share code, notes, and snippets.

@thisismitch
Created February 1, 2016 19:48
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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