Fixed bug with Grok filter not testing values correctly.

This commit is contained in:
Eric Fontana
2014-12-11 12:46:22 -05:00
parent f1412c6b76
commit 0c283224bd
4 changed files with 10 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ namespace TimberWinR.UnitTests
{
{"LogFilename", @"C:\\Logs1\\test1.log"},
{"Index", 7},
{"Text", null},
{"Text", "crap"},
{"type", "Win32-FileLog"},
{"ComputerName", "dev.vistaprint.net"}
};
@@ -82,7 +82,7 @@ namespace TimberWinR.UnitTests
""condition"": ""\""[type]\"" == \""Win32-FileLog\"""",
""match"":[
""Text"",
""""
""crap""
],
""remove_field"":[
""Index"",