Created
November 4, 2014 21:31
-
-
Save binary1230/a487d7388d50bb42d94c to your computer and use it in GitHub Desktop.
logstash-forwarder config
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
"network": { | |
"servers": [ "localhost:5678" ], | |
"ssl ca": "/etc/ssl/certs/selfsignedCA.crt" | |
, "ssl certificate": "/etc/ssl/certs/selfsignedHOST.crt" ,"ssl key": "/etc/ssl/certs/selfsignedHOST.key" }, | |
"files": [ | |
{ | |
"paths": [ "/var/log/syslog", "/var/log/messages", "/var/log/secure" ], | |
"fields": { "type": "syslog" }, | |
"dead time":"" }, | |
{ | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment