Skip to content

Instantly share code, notes, and snippets.

@unclespeedo
Created March 27, 2014 16:39
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 unclespeedo/9811965 to your computer and use it in GitHub Desktop.
Save unclespeedo/9811965 to your computer and use it in GitHub Desktop.
{
"network": {
"servers": [ "server:port" ],
"ssl certificate": "",
"ssl ca": "keyname.crt",
"ssl key": "keyname.key",
"timeout": 15
},
"files": [
{
"paths": [ "file*.log" ],
"fields": { "type": "logtype" }
},
{
"paths": [ "otherfile.log" ],
"fields": { "type": "otherlogtype" }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment