Created
January 23, 2015 19:57
-
-
Save sebboh/9cd21012cb401e7dcaa7 to your computer and use it in GitHub Desktop.
logstash-forwarder.conf
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": [ "54.244.246.246:28778" ], | |
"ssl ca": "./lumberjack_ca.crt", | |
"timeout": 15 | |
}, | |
"files": [ | |
{ | |
"paths": [ | |
"/var/log/*.log" | |
], | |
"fields": { "type": "syslog" } | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment