Skip to content

Commit 08c609d

Browse files
Merge pull request #127 from Lyndon-prequel/0825fix
updated 0102 to reduce fps
2 parents 5a54ad4 + fd1ed48 commit 08c609d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rules/cre-2025-0102/redpanda-test-error.yaml renamed to rules/cre-2025-0102/redpanda-quorum-error.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ rules:
6767
reports: 1
6868
rule:
6969
set:
70+
window: 10s
7071
event:
7172
source: cre.log.redpanda
7273
match:
73-
- regex: 'failure|leaving all raft groups|down|CRITICAL|Multiple nodes unresponsive|Low available memory|health degraded'
74+
- value: 'Marking node as down'
75+
- value: 'Not enough live replicas to form quorum'

0 commit comments

Comments
 (0)