51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"TimberWinR": {
|
|
"Inputs": {
|
|
"Udp": [
|
|
{
|
|
"_comment": "Output from NLog",
|
|
"port": 5140
|
|
}
|
|
],
|
|
"TailFiles": [
|
|
{
|
|
"interval": 5,
|
|
"logSource": "log files",
|
|
"location": "*.jlog",
|
|
"recurse": -1
|
|
}
|
|
]
|
|
},
|
|
"Filters": [
|
|
{
|
|
"grok": {
|
|
"condition": "\"[EventTypeName]\" == \"Information Event\"",
|
|
"match": [
|
|
"Text",
|
|
""
|
|
],
|
|
"drop": "true"
|
|
},
|
|
"json": {
|
|
"type": "Win32-TailFile",
|
|
"source": "Text",
|
|
"promote": "Text"
|
|
}
|
|
}
|
|
],
|
|
"Outputs": {
|
|
"Redis": [
|
|
{
|
|
"_comment": "Change the host to your Redis instance",
|
|
"port": 6379,
|
|
"batch_count": 500,
|
|
"threads": 1,
|
|
"host": [
|
|
"tstlexiceapp006.vistaprint.svc"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|