Skip to content

Commit

Permalink
updated pacemaker.json
Browse files Browse the repository at this point in the history
Found some strings that were missed with the previous version.
  • Loading branch information
hagfelsh authored Sep 13, 2017
1 parent 0848795 commit 005ffc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pacemaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url" : "",
"regex" : {
"std" : {
"pattern" : "^(?<timestamp>\\w{3}\\s+\\d{1,2} \\d{2}:\\d{2}:\\d{2}) \\[(?<pid>\\d+)\\] (?<hostname>\\S+)\\s+(?<procname>\\S+):\\s+(?<level>\\w+):\\s+((?<function>\\S+):)?\\s+(?<body>.*)$"
"pattern" : "^(?:(?<timestamp>\\w{3} \\d+ \\d{2}:\\d{2}:\\d{2}) \\[(?<pid>\\d+)\\] (?<hostname>\\S+)\\s+(?<subsystem>[\\-\\w]+):\\s+(?<level>\\w+):\\s+(?<body>.*)|(?<resourceSub>\\w+)\\((?<resourcetype>\\S+)\\)\\[(?<resourceSubPID>\\d+)\\]:\\s+(?<timestamp2>\\d{4}\\/\\d{2}\\/\\d{2}_\\d{2}:\\d{2}:\\d{2}) (?<level2>\\w+):\\s+(?<body2>.*))$"
}
},
"level-field" : "level",
Expand All @@ -25,6 +25,10 @@
"function" : {
"kind" : "string",
"identifier" : true
},
"resourceSubPID" : {
"kind" : "string",
"identifier" : true
}
},
"sample" : [
Expand Down

0 comments on commit 005ffc2

Please sign in to comment.