You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/graylog/scripts/alerts.template.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
container_name: /.*director-v2.*/ AND "could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network" AND NOT container_name:/.*graylog_graylog.*/
7
7
query_parameters: []
8
8
search_within_ms: 600000
9
-
event_limit: 1
9
+
event_limit: 1000
10
10
execute_every_ms: 600000
11
11
group_by: []
12
12
series: []
@@ -46,7 +46,7 @@
46
46
"lock is no longer owned. This is unexpected and requires investigation" AND NOT container_name:/.*graylog_graylog.*/
47
47
query_parameters: []
48
48
search_within_ms: 3600000
49
-
event_limit: 1
49
+
event_limit: 1000
50
50
execute_every_ms: 3600000
51
51
group_by: []
52
52
series: []
@@ -85,7 +85,7 @@
85
85
"LockNotOwnedError" AND NOT container_name:/.*graylog_graylog.*/
86
86
query_parameters: []
87
87
search_within_ms: 3600000
88
-
event_limit: 1
88
+
event_limit: 1000
89
89
execute_every_ms: 3600000
90
90
group_by: []
91
91
series: []
@@ -125,7 +125,7 @@
125
125
query_parameters: []
126
126
search_within_ms: 86400000
127
127
execute_every_ms: 86400000
128
-
event_limit: 1
128
+
event_limit: 1000
129
129
group_by: []
130
130
series: []
131
131
conditions: {}
@@ -157,7 +157,7 @@
157
157
query: log_service:/.+payments/ AND (log_level:ERROR OR log_level:WARNING)
0 commit comments