Skip to content

Instantly share code, notes, and snippets.

@sebboh
Created January 23, 2015 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebboh/9cd21012cb401e7dcaa7 to your computer and use it in GitHub Desktop.
Save sebboh/9cd21012cb401e7dcaa7 to your computer and use it in GitHub Desktop.
logstash-forwarder.conf
{
"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