Skip to content

Commit

Permalink
updated hostd_fdm_log
Browse files Browse the repository at this point in the history
Added a - in the processname section to enable processing of hostd-probe logs.
  • Loading branch information
hagfelsh authored Oct 12, 2018
1 parent f7b404d commit dc1a8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostd_fdm_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pattern" : "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z) \\[(?<threaduid>[0-9A-F]+) (?<level>\\w+) \\'(?<processname>.+)(.+)?\\'( opID=(?<opid>\\S+))?( user=(?<user>\\S+))?\\](?<body>.*)$"
},
"allin1wvmx" : {
"pattern" : "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z) (?<level>\\w+) (?<processname>\\w+)\\[(?<processid>[A-F0-9]+)\\] \\[(?<originatorid>[\\w\\d@]+) sub=(?<subsystem>(.*(?<vmxpath>\\/vmfs\\/volumes\\/.*\\.vmx)|\\S+))(\\s+)?(?:opID=(?<opid>[A-Za-z0-9@\\-\\:]+))?( user=(?<username>\\S+))?\\] (?:\\[(?<function>\\w+)::(?<method>\\w+)\\])?(?<body>.*)$"
"pattern" : "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z) (?<level>\\w+) (?<processname>[-\\w]+)\\[(?<processid>[A-F0-9]+)\\] \\[(?<originatorid>[\\w\\d@]+) sub=(?<subsystem>(.*(?<vmxpath>\\/vmfs\\/volumes\\/.*\\.vmx)|\\S+))(\\s+)?(?:opID=(?<opid>[A-Za-z0-9@\\-\\:]+))?( user=(?<username>\\S+))?\\] (?:\\[(?<function>\\w+)::(?<method>\\w+)\\])?(?<body>.*)$"
}
},
"level-field" : "level",
Expand Down

0 comments on commit dc1a8aa

Please sign in to comment.