From 3f227e0914e497e7fe7b6f45fa71b5d0c4785e6b Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Tue, 20 Jan 2015 06:56:15 -0500 Subject: [PATCH] Fixed codec doc (was missing negate) --- TimberWinR/mdocs/Codec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TimberWinR/mdocs/Codec.md b/TimberWinR/mdocs/Codec.md index bfe478c..064215a 100644 --- a/TimberWinR/mdocs/Codec.md +++ b/TimberWinR/mdocs/Codec.md @@ -8,6 +8,7 @@ The following parameters are allowed when configuring the Codec. | *type* | enum |Codec type 'multiline' | Must be 'multiline' | | | *pattern* | regex |Regular expression to be matched | Must be legal .NET Regex | | | *what* | enum |Value can be previous or next | If the pattern matched, does event belong to the next or previous event? | | +| *negate* | bool |Inverts the pattern sense | If true, a message not matching the pattern will constitute a match of the multiline filter and the what will be applied. (vice-versa is also true) | false | Example Input: Mutliline input log file