Skip to content

Commit

Permalink
updated ceph_log.json
Browse files Browse the repository at this point in the history
Included modified format for Nautilus release
  • Loading branch information
hagfelsh authored May 14, 2019
1 parent b719bc0 commit b8c27bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ceph_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"regex" : {
"basic" : {
"pattern" : "(?<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{6}) (?<nodeclass>\\w+)\\.(?<nodename>\\S+) (?<actorclass>\\w+)\\.(?<actorname>\\d+) (?<nodeip>\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}):(?<nodesocket>\\d+)\\/\\d+ \\d+\\s+:\\s+(?<scope>\\S+) \\[(?<level>\\w+)\\] (?<body>.*)$"
},
"nautilus" : {
"pattern" : "(?<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{6}) (?<nodeclass>\\w+)\\.(?<nodename>\\S+) \\((?<actorclass>\\w+)\\.(?<actorname>\\d+)\\) \\d+\\s+:\\s+(?<scope>\\S+) \\[(?<level>\\w+)\\] (?<body>.*)$"
}
},
"level-field" : "level",
Expand Down

0 comments on commit b8c27bd

Please sign in to comment.