Skip to content

Commit

Permalink
A few minor OpenShift-related parser-file fixes
Browse files Browse the repository at this point in the history
Just some severity adjustments.

Signed-off-by: David Weinehall <[email protected]>
  • Loading branch information
taotriad committed Nov 24, 2024
1 parent 990458b commit 1877e95
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parsers/etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
- matchtype: "startswith"
matchkey: "etcd Version"
loglevel: "notice"
- matchtype: "startswith"
matchkey: "cluster-olm-operator version"
loglevel: "notice"
- matchtype: "regex"
matchkey: 'starting an etcd server.*etcd-version'
loglevel: "notice"
Expand Down
3 changes: 3 additions & 0 deletions parsers/olm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
field: 2
- name: "override_severity"
overrides:
- matchtype: "startswith"
matchkey: "cluster-olm-operator version"
loglevel: "notice"
- matchtype: "startswith"
matchkey: "http: \"TLS\" handshake error"
loglevel: "error"
Expand Down
3 changes: 3 additions & 0 deletions parsers/openshift-oauth-apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- name: "key_value_with_leading_message"
- name: "override_severity"
overrides:
- matchtype: "startswith"
matchkey: "http2: server: error"
loglevel: "error"
- matchtype: "startswith"
matchkey: "http2: \"server\": error"
loglevel: "error"
Expand Down
3 changes: 3 additions & 0 deletions parsers/openshift-operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
parser_rules:
- name: "glog"
- name: "tab_separated"
options:
versions:
- "version info"
# - name: "custom_splitter"
# options:
# regex: '^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\dZ\s([A-Z]+)\s([a-z][^\s]+)\s(.*)'
Expand Down

0 comments on commit 1877e95

Please sign in to comment.