Created
February 1, 2016 19:48
-
-
Save thisismitch/0f2872d078a2c88cba4c to your computer and use it in GitHub Desktop.
Topbeat configuration with comments removed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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