Adding stdout output
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
<Content Include="default.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="loopback.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="packages.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
|
||||
29
TimberWinR.ServiceHost/loopback.json
Normal file
29
TimberWinR.ServiceHost/loopback.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"TimberWinR": {
|
||||
"Inputs": {
|
||||
"Stdin": [
|
||||
{
|
||||
}
|
||||
]
|
||||
},
|
||||
"Outputs": {
|
||||
"Stdout": [
|
||||
{
|
||||
}
|
||||
]
|
||||
},
|
||||
"Filters": [
|
||||
{
|
||||
"grok": {
|
||||
"match": [
|
||||
"message",
|
||||
""
|
||||
],
|
||||
"add_field": [
|
||||
"ComputerName", "test"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user