-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathehcmd-log.json.json
40 lines (39 loc) · 1.34 KB
/
ehcmd-log.json.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"eqlogic_ehcmd_log" : {
"title": "EQLogic VMware CIM Log",
"description": "The ehcmd.log file found at /var/log/eqlogic in a support bundle",
"url": "",
"regex": {
"std": {
"pattern": "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2})Z (?<level>\\w{1}) EHCMD (?<method>\\w+):(?<method_id>\\d+) (?<body>.*)"
},
"mem1.3": {
"pattern": "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2})Z (?<level>\\w{1}) EHCMD \\w+\\|(?<method>\\w+)\\|(?<method_id>\\d+)\\|(?<body>.*)"
}
},
"level-field": "level",
"level": {
"error" : "(?:E|error|eror|e)",
"warning" : "W",
"info" : "I"
},
"value": {
"method": {
"kind": "string",
"identifier": true
},
"method_id": {
"kind": "integer",
"identifier": true
}
},
"sample": [
{
"line" : "2015-06-01T02:27:27Z E EHCMD stack:134 /usr/lib/cim/libdellprovider.so(_ZN13StackConsumerC1ERSt6vectorISsSaISsEE+0x39) [0x1e5ada5b]"
},
{
"line" : "2015-07-16T23:17:24Z I EHCMD INFO|ReopenTraceFile|240|Log file reopened:"
}
]
}
}