2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 19:44:58 +01:00

update elastalert

This commit is contained in:
kev
2019-10-30 23:40:46 +08:00
parent 9fc9538617
commit dcf5a2295e
4 changed files with 16 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ rules_folder: rules
# How often ElastAlert will query elasticsearch
# The unit can be anything from weeks to seconds
run_every:
minutes: 1
minutes: 5
# ElastAlert will buffer results from the most recent
# period of time, in case some log sources are not in real time
@@ -46,4 +46,4 @@ writeback_index: elastalert_status
# If an alert fails for some reason, ElastAlert will retry
# sending the alert until this time period has elapsed
alert_time_limit:
hours: 2
days: 2