Skip to content

Commit

Permalink
Updating vdm_log.json
Browse files Browse the repository at this point in the history
Needed to add a : also
  • Loading branch information
hagfelsh authored Apr 3, 2017
1 parent 46208e0 commit 033779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdm_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url" : "",
"regex" : {
"std" : {
"pattern" : "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3})-\\d+:\\d+ (?<level>\\w+)\\s+\\((?<opid>[A-F0-9\\-]+)\\)\\s+<(?:(?<operation>[\\.\\w\\d\\s\\-\\_\\(\\)]+)|(?<guestoperation>[\\.\\w\\d\\s\\-\\_\\(\\)]+)-(?<guestpath>\\/[\\/\\w\\d\\s\\-\\_\\(\\)]+))>\\s+\\[(?<function>\\S+)\\]\\s+(?<body>.*)$"
"pattern" : "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3})-\\d+:\\d+ (?<level>\\w+)\\s+\\((?<opid>[A-F0-9\\-]+)\\)\\s+<(?:(?<operation>[\\:\\.\\w\\d\\s\\-\\_\\(\\)]+)|(?<guestoperation>[\\:\\.\\w\\d\\s\\-\\_\\(\\)]+)-(?<guestpath>\\/[\\/\\w\\d\\s\\-\\_\\(\\)]+))>\\s+\\[(?<function>\\S+)\\]\\s+(?<body>.*)$"
}
},
"level-field" : "level",
Expand Down

0 comments on commit 033779b

Please sign in to comment.