More doc updates
This commit is contained in:
@@ -34,6 +34,10 @@ The current supported Input format sources are:
|
|||||||
6. [W3C](https://github.com/Cimpress-MCP/TimberWinR/blob/master/TimberWinR/mdocs/W3CInput.md)(Internet Information Services W3C Advanced/Custom Format)
|
6. [W3C](https://github.com/Cimpress-MCP/TimberWinR/blob/master/TimberWinR/mdocs/W3CInput.md)(Internet Information Services W3C Advanced/Custom Format)
|
||||||
7. [Udp](https://github.com/Cimpress-MCP/TimberWinR/blob/master/TimberWinR/mdocs/UdpInput.md) (listens for UDP on port for JSON messages)
|
7. [Udp](https://github.com/Cimpress-MCP/TimberWinR/blob/master/TimberWinR/mdocs/UdpInput.md) (listens for UDP on port for JSON messages)
|
||||||
|
|
||||||
|
## Codecs
|
||||||
|
The current list of supported filters are:
|
||||||
|
1. [Multiline](https://github.com/Cimpress-MCP/TimberWinR/blob/master/TimberWinR/mdocs/Codec.md)
|
||||||
|
|
||||||
## Filters
|
## Filters
|
||||||
The current list of supported filters are:
|
The current list of supported filters are:
|
||||||
1. [Grok](https://github.com/Cimpress-MCP/TimberWinR/blob/master/TimberWinR/mdocs/GrokFilter.md)
|
1. [Grok](https://github.com/Cimpress-MCP/TimberWinR/blob/master/TimberWinR/mdocs/GrokFilter.md)
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ Example Input: Mutliline input log file
|
|||||||
"location": "C:\\Logs1\\multiline.log",
|
"location": "C:\\Logs1\\multiline.log",
|
||||||
"recurse": -1,
|
"recurse": -1,
|
||||||
"codec": {
|
"codec": {
|
||||||
|
"negate": false,
|
||||||
"type": "multiline",
|
"type": "multiline",
|
||||||
"pattern": "(^.+Exception: .+)|(^\\s+at .+)|(^\\s+... \\d+ more)|(^\\s*Caused by:.+)",
|
"pattern": "(^.+Exception: .+)|(^\\s+at .+)|(^\\s+... \\d+ more)|(^\\s*Caused by:.+)",
|
||||||
"what": "previous"
|
"what": "previous"
|
||||||
|
|||||||
Reference in New Issue
Block a user