Skip to content

Commit

Permalink
updated vxpa_log.json
Browse files Browse the repository at this point in the history
Found an operation id that included a ':'
  • Loading branch information
hagfelsh authored Apr 10, 2019
1 parent 3050baa commit b719bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpxa_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}Z) (?:(Section for VMware ESX, pid=\\d+, version=\\S+, build=\\d+, option=\\w+)|(?<level>\\w+) vpxa\\[(?<processid>[A-F0-9]+)\\] \\[(?<originatorid>[\\w\\d@]+) sub=(?<subsystem>\\S+)( opID=(?<operationid>[A-Za-z0-9@\\-]+))?\\] (?:\\[(?<function>\\w+)\\])?(?<body>.*))$"
"pattern": "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z) (?:(Section for VMware ESX, pid=\\d+, version=\\S+, build=\\d+, option=\\w+)|(?<level>\\w+) vpxa\\[(?<processid>[A-F0-9]+)\\] \\[(?<originatorid>[\\w\\d@]+) sub=(?<subsystem>\\S+)( opID=(?<operationid>[:A-Za-z0-9@\\-]+))?\\] (?:\\[(?<function>\\w+)\\])?(?<body>.*))$"
}
},
"level-field": "level",
Expand Down

0 comments on commit b719bc0

Please sign in to comment.