Release 1.3.25.0 candidate

This commit is contained in:
Eric Fontana
2015-04-30 10:09:07 -04:00
parent 6600bb2b85
commit 3669acbb26
25 changed files with 387 additions and 89 deletions

View File

@@ -0,0 +1,42 @@
{
"TimberWinR": {
"Inputs": {
"Udp": [
{
"_comment": "Output from NLog",
"port": 5140,
"add_field": [
"Environment",
"PLANT_TST_TIMBERWINR"
],
"rename": [
"Type",
"type"
]
}
],
"TailFiles": [
{
"interval": 5,
"logSource": "log files",
"location": "*.jlog",
"recurse": -1
}
]
},
"Outputs": {
"Redis": [
{
"_comment": "Change the host to your Redis instance",
"port": 6379,
"batch_count": 500,
"interval": 1000,
"threads": 4,
"host": [
"tstlexiceapp006.vistaprint.svc"
]
}
]
}
}
}