Last active
August 29, 2015 14:15
-
-
Save deepybee/868ceee880e44a32f6ad to your computer and use it in GitHub Desktop.
Network block of logstash-forwarder config
This file contains hidden or 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": [ "logstash1:5000", "logstash2:5000" ], | |
"ssl certificate": "/etc/pki/tls/certs/your_ssl.crt", | |
"ssl key": "/etc/pki/tls/private/your_ssl.key", | |
"ssl ca": "/etc/pki/tls/certs/your_ssl.crt", | |
"timeout": 15 | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment