Skip to content

Instantly share code, notes, and snippets.

@davedash

davedash/lf.json Secret

Created March 8, 2015 01:55
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 davedash/ecb9c520e10d79115287 to your computer and use it in GitHub Desktop.
Save davedash/ecb9c520e10d79115287 to your computer and use it in GitHub Desktop.
{
"network": {
"servers": [
"logstash.example.com:12345"
],
"timeout": 15,
"ssl ca": "/etc/ssl/certs/logstash-forwarder.crt"
},
"files": [
{
"paths": [
"/data/crm/log/logstash_production.log",
"/data/app/shared/log/logstash_production.log"
],
"fields": {
"type": "rails_logstasher"
}
},
{
"paths": [
"/data/crm/log/production.log",
"/data/app/shar
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment