Fixed broken unit test

This commit is contained in:
Eric Fontana
2014-07-28 14:10:46 -04:00
parent 5bd3f53663
commit 640e18e8c4
4 changed files with 17 additions and 2 deletions

View File

@@ -78,10 +78,11 @@
},
{
"date": {
"condition": "[type] == \"Win32-IISLog\"",
"match": [
"timestamp",
"MMM d HH:mm:sss",
"MMM dd HH:mm:ss"
"MMM dd HH:mm:ss"
],
"target": "UtcTimestamp",
"convertToUTC": true
@@ -89,8 +90,9 @@
},
{
"mutate": {
"_comment": "Orion Rules",
"_comment": "Orion Rules",
"rename": [
"ComputerName", "Host",
"host", "Host",
"message","Message",
"type","Type",