Files
TimberWinR/TimberWinR.ServiceHost/loopback.json
2014-08-04 14:07:16 -04:00

30 lines
617 B
JSON

{
"TimberWinR": {
"Inputs": {
"Stdin": [
{
}
]
},
"Outputs": {
"Stdout": [
{
}
]
},
"Filters": [
{
"grok": {
"match": [
"message",
""
],
"add_field": [
"ComputerName", "test"
]
}
}
]
}
}