|
| 1 | +[ |
| 2 | + { |
| 3 | + "description": "generic mark", |
| 4 | + "expr": "^(?P<summary>-- (?P<eventClassKey>MARK) --)", |
| 5 | + "keep": true |
| 6 | + }, |
| 7 | + { |
| 8 | + "description": "Cisco UCS: 2010 Oct 19 15:47:45 CDT: snmpd: SNMP Operation (GET) failed. Reason:2 reqId (257790979) errno (42) error index (1)", |
| 9 | + "expr": "^: \\d{4} \\w{3}\\s+\\d{1,2}\\s+\\d{1,2}:\\d\\d:\\d\\d \\w{3}: %(?P<eventClassKey>[^:]+): (?P<summary>.*)", |
| 10 | + "keep": true |
| 11 | + }, |
| 12 | + { |
| 13 | + "description": "ntsyslog windows msg", |
| 14 | + "expr": "^(?P<component>.+)\\[(?P<ntseverity>\\D+)\\] (?P<ntevid>\\d+) (?P<summary>.*)", |
| 15 | + "keep": true |
| 16 | + }, |
| 17 | + { |
| 18 | + "description": "cisco msg with card indicator", |
| 19 | + "expr": "%CARD-\\S+:(SLOT\\d+) %(?P<eventClassKey>\\S+): (?P<summary>.*)", |
| 20 | + "keep": true |
| 21 | + }, |
| 22 | + { |
| 23 | + "description": "cisco standard msg", |
| 24 | + "expr": "%(?P<eventClassKey>(?P<component>\\S+)-(?P<overwriteSeverity>\\d)-\\S+): *(?P<summary>.*)", |
| 25 | + "keep": true |
| 26 | + }, |
| 27 | + { |
| 28 | + "description": "Cisco ACS", |
| 29 | + "expr": "^(?P<ipAddress>\\S+)\\s+(?P<summary>(?P<eventClassKey>(CisACS_\\d\\d|CSCOacs)_\\S+)\\s+(?P<eventKey>\\S+)\\s.*)", |
| 30 | + "keep": true |
| 31 | + }, |
| 32 | + { |
| 33 | + "description": "netscreen device msg", |
| 34 | + "expr": "device_id=\\S+\\s+\\[\\S+\\](?P<eventClassKey>\\S+\\d+):\\s+(?P<summary>.*)\\s+\\((?P<originalTime>\\d\\d\\d\\d-\\d\\d-\\d\\d \\d\\d:\\d\\d:\\d\\d)\\)", |
| 35 | + "keep": true |
| 36 | + }, |
| 37 | + { |
| 38 | + "description": "NetApp: [deviceName: 10/100/1000/e1a:warning]: Client 10.0.0.101 (xid 4251521131) is trying to access an unexported mount (fileid 64, snapid 0, generation 6111516 and flags 0x0 on volume 0xc97d89a [No volume name available])", |
| 39 | + "expr": "^\\[[^:]+: (?P<component>[^:]+)[^\\]]+\\]: (?P<summary>.*)", |
| 40 | + "keep": true |
| 41 | + }, |
| 42 | + { |
| 43 | + "description": "unix syslog with pid", |
| 44 | + "expr": "(?P<component>\\S+)\\[(?P<pid>\\d+)\\]:\\s*(?P<summary>.*)", |
| 45 | + "keep": true |
| 46 | + }, |
| 47 | + { |
| 48 | + "description": "unix syslog without pid", |
| 49 | + "expr": "(?P<component>\\S+): (?P<summary>.*)", |
| 50 | + "keep": true |
| 51 | + }, |
| 52 | + { |
| 53 | + "description": "adtran devices", |
| 54 | + "expr": "^(?P<deviceModel>[^\\[]+)\\[(?P<deviceManufacturer>ADTRAN)\\]:(?P<component>[^\\|]+\\|\\d+\\|\\d+)\\|(?P<summary>.*)", |
| 55 | + "keep": true |
| 56 | + }, |
| 57 | + { |
| 58 | + "description": "fortigate devices", |
| 59 | + "expr": "^date=.+ (?P<summary>devname=.+ log_id=(?P<eventClassKey>\\d+) type=(?P<component>\\S+).+)", |
| 60 | + "keep": true |
| 61 | + }, |
| 62 | + { |
| 63 | + "description": "proprietary message passing system", |
| 64 | + "expr": "^(?P<component>\\S+)(\\.|\\s)[A-Z]{3} \\d \\S+ \\d\\d:\\d\\d:\\d\\d-\\d\\d:\\d\\d:\\d\\d \\d{5} \\d{2} \\d{5} \\S+ \\d{4} \\d{3,5} (- )*(?P<summary>.*) \\d{4} \\d{4}", |
| 65 | + "keep": true |
| 66 | + }, |
| 67 | + { |
| 68 | + "description": "Cisco port state logging info", |
| 69 | + "expr": "^Process (?P<process_id>\\d+), Nbr (?P<device>\\d+\\.\\d+\\.\\d+\\.\\d+) on (?P<interface>\\w+/\\d+) from (?P<start_state>\\w+) to (?P<end_state>\\w+), (?P<summary>.+)", |
| 70 | + "keep": true |
| 71 | + }, |
| 72 | + { |
| 73 | + "description": "Cisco VPN Concentrator: 54884 05/25/2009 13:41:14.060 SEV=3 HTTP/42 RPT=4623 Error on socket accept.", |
| 74 | + "expr": "^\\d+ \\d+\\/\\d+\\/\\d+ \\d+:\\d+:\\d+\\.\\d+ SEV=\\d+ (?P<eventClassKey>\\S+) RPT=\\d+ (?P<summary>.*)", |
| 75 | + "keep": true |
| 76 | + }, |
| 77 | + { |
| 78 | + "description": "Dell Storage Array: 2626:48:VolExec:27-Aug-2009 13:15:58.072049:VE_VolSetWorker.hh:75:WARNING:43.3.2:Volume volumeName has reached 96 percent of its reported size and is currently using 492690MB.", |
| 79 | + "expr": "^\\d+:\\d+:(?P<component>[^:]+):\\d+-\\w{3}-\\d{4} \\d{2}:\\d{2}:\\d{2}\\.\\d+:[^:]+:\\d+:\\w+:(?P<eventClassKey>[^:]+):(?P<summary>.*)", |
| 80 | + "keep": true |
| 81 | + }, |
| 82 | + { |
| 83 | + "description": "1-Oct-2009 23:00:00.383809:snapshotDelete.cc:290:INFO:8.2.5:Successfully deleted snapshot \"UNVSQLCLUSTERTEMPDB-2009-09-30-23:00:14.11563\"", |
| 84 | + "expr": "^\\d+-\\w{3}-\\d{4} \\d{2}:\\d{2}:\\d{2}\\.\\d+:[^:]+:\\d+:\\w+:(?P<eventClassKey>[^:]+):(?P<summary>.*)", |
| 85 | + "keep": true |
| 86 | + } |
| 87 | +] |
0 commit comments