We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6674178 commit 3a780a0Copy full SHA for 3a780a0
config/elastalert.yaml
@@ -12,12 +12,12 @@ rules_folder: rules
12
# How often ElastAlert will query elasticsearch
13
# The unit can be anything from weeks to seconds
14
run_every:
15
- seconds: 1
+ seconds: 5
16
17
# ElastAlert will buffer results from the most recent
18
# period of time, in case some log sources are not in real time
19
buffer_time:
20
- minutes: 15
+ minutes: 1
21
22
# Optional URL prefix for elasticsearch
23
#es_url_prefix: elasticsearch
0 commit comments