Skip to content

Instantly share code, notes, and snippets.

@joshdvir
Created August 24, 2015 07:08
Show Gist options
  • Save joshdvir/87888864bd8e43cad8c0 to your computer and use it in GitHub Desktop.
Save joshdvir/87888864bd8e43cad8c0 to your computer and use it in GitHub Desktop.
pipebug-logstash-forwarder.conf
{
"network": {
"servers": [
"logstash:5000"
],
"timeout": 15,
"ssl ca": "/etc/ssl/certs/pipebug_elk.crt"
},
"files": [
{
"paths": [
"/var/log/nginx/access-detailed.log"
],
"fields": {
"type": "access"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment