Skip to content

Commit 3a780a0

Browse files
author
Ruben van Vreeland
committed
Try to not crash an index by running every 5 seconds
1 parent 6674178 commit 3a780a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/elastalert.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ rules_folder: rules
1212
# How often ElastAlert will query elasticsearch
1313
# The unit can be anything from weeks to seconds
1414
run_every:
15-
seconds: 1
15+
seconds: 5
1616

1717
# ElastAlert will buffer results from the most recent
1818
# period of time, in case some log sources are not in real time
1919
buffer_time:
20-
minutes: 15
20+
minutes: 1
2121

2222
# Optional URL prefix for elasticsearch
2323
#es_url_prefix: elasticsearch

0 commit comments

Comments
 (0)