-
I'm trying to set up a rule which will run only once a day. But I'm struggling with time window settings. I have following alert: ---
name: Errors alerts
type: frequency
num_events: 1
timeframe:
hours: 24
use_count_query: true
doc_type: "_doc"
limit_execution: "0-5 0 * * *"
index: some-error*
filter: []
alert:
- "debug" Which suppose to generate a report of num_hits in a single day. But there is a problem with Is it possible to make it somehow with different settings? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Did you allow the rule to run for an entire day (24h+) before posting this? If so, what are the actual results? Logs are useful when requesting support (See #11). Perhaps the scan_entire_timeframe config value will help. |
Beta Was this translation helpful? Give feedback.
Did you allow the rule to run for an entire day (24h+) before posting this? If so, what are the actual results? Logs are useful when requesting support (See #11).
Perhaps the scan_entire_timeframe config value will help.