Files
TimberWinR/TimberWinR.ServiceHost/default.json
Eric Fontana af7e240c3d Added quicstart guide.
Updated to 1.0.0.2 RapidRegex
2014-08-01 08:27:05 -04:00

31 lines
821 B
JSON

{
"TimberWinR": {
"Inputs": {
"WindowsEvents": [
{
"source": "System,Application",
"binaryFormat": "PRINT",
"resolveSIDS": true
}
],
"Tcp": [
{
"_comment": "Output from NLog",
"port": 5140
}
]
},
"Outputs": {
"Redis": [
{
"_comment": "Change the host to your Redis instance",
"port": 6379,
"host": [
"tstlexiceapp006.vistaprint.svc"
]
}
]
}
}
}