diff --git a/src/grafana_dashboards/BMC.json b/src/grafana_dashboards/BMC.json index 3996bc90..4149c3b2 100644 --- a/src/grafana_dashboards/BMC.json +++ b/src/grafana_dashboards/BMC.json @@ -250,7 +250,7 @@ "uid": "${lokids}" }, "editorMode": "builder", - "expr": "{instance=\"$instance_var\"} |= `ipmiseld` | pattern `\"<_>\"` | regexp `(?P\\w+\\s*\\d{1,2} \\d+:\\d+:\\d+) (?P.+?) (?P\\S+): (SEL System Event: (?P\\w{3}-\\d{2}-\\d{4}, \\d{2}:\\d{2}:\\d{2}), )?(?P.*)` | line_format `{{ if .bmc_time }}{{ .bmc_time | replace \"-\" \" \" }}{{ else }}{{ .log_time }}{{ end }}`", + "expr": "{instance=\"$instance_var\"} |~ \"ipmiseld\\\\[\\\\d+\\\\]\" | pattern `\"<_>\"` | regexp `(?P\\w+\\s*\\d{1,2} \\d+:\\d+:\\d+) (?P.+?) (?P\\S+): (SEL System Event: (?P\\w{3}-\\d{2}-\\d{4}, \\d{2}:\\d{2}:\\d{2}), )?(?P.*)` | line_format `{{ if .bmc_time }}{{ .bmc_time | replace \"-\" \" \" }}{{ else }}{{ .log_time }}{{ end }}`", "queryType": "range", "refId": "A" }