37 lines
984 B
JSON
37 lines
984 B
JSON
{
|
|
"TimberWinR": {
|
|
"Inputs": {
|
|
"TailFiles": [
|
|
{
|
|
"interval": 5,
|
|
"logSource": "apache log files",
|
|
"location": "..\\sample-apache.log",
|
|
"recurse": -1
|
|
}
|
|
]
|
|
},
|
|
"Filters": [
|
|
{
|
|
"grok": {
|
|
"type": "Win32-TailLog",
|
|
"match": [
|
|
"Text",
|
|
"%{COMBINEDAPACHELOG}"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"Outputs": {
|
|
"StatsD": [
|
|
{
|
|
"type": "Win32-TailLog",
|
|
"port": 8125,
|
|
"host": "devlexicesnu003.mycompany.svc",
|
|
"increment": ["apache.response.%{response}"],
|
|
"count": ["apache.bytes", "%{bytes}"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|