Skip to content

Commit 7562c05

Browse files
committed
Address notification errorsin graylog mentioned in ITISFoundation/osparc-simcore#7391 (comment)
1 parent 884e520 commit 7562c05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

services/graylog/scripts/alerts.template.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
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.*/
77
query_parameters: []
88
search_within_ms: 600000
9-
event_limit: 1
9+
event_limit: 1000
1010
execute_every_ms: 600000
1111
group_by: []
1212
series: []
@@ -46,7 +46,7 @@
4646
"lock is no longer owned. This is unexpected and requires investigation" AND NOT container_name:/.*graylog_graylog.*/
4747
query_parameters: []
4848
search_within_ms: 3600000
49-
event_limit: 1
49+
event_limit: 1000
5050
execute_every_ms: 3600000
5151
group_by: []
5252
series: []
@@ -85,7 +85,7 @@
8585
"LockNotOwnedError" AND NOT container_name:/.*graylog_graylog.*/
8686
query_parameters: []
8787
search_within_ms: 3600000
88-
event_limit: 1
88+
event_limit: 1000
8989
execute_every_ms: 3600000
9090
group_by: []
9191
series: []
@@ -125,7 +125,7 @@
125125
query_parameters: []
126126
search_within_ms: 86400000
127127
execute_every_ms: 86400000
128-
event_limit: 1
128+
event_limit: 1000
129129
group_by: []
130130
series: []
131131
conditions: {}
@@ -157,7 +157,7 @@
157157
query: log_service:/.+payments/ AND (log_level:ERROR OR log_level:WARNING)
158158
query_parameters: []
159159
search_within_ms: 600000
160-
event_limit: 1
160+
event_limit: 1000
161161
execute_every_ms: 600000
162162
group_by: []
163163
series: []

0 commit comments

Comments
 (0)