-
Hey Guys, Appreciate your help in this regard. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello. The subject of this discussion is misleading. It's stating that frequency rules do not respect the timeframe parameter. However, it appears more like you are unsure of how ElastAlert 2 is designed to function. All rules are queried against Elasticsearch every 1 minute, or as specified in the |
Beta Was this translation helpful? Give feedback.
-
thank you @jertel for a quick response, I updated the subject. Does that mean that after each run, is sums up the matching events in last 5 runs (in my case) to determine whether there is a match or not? |
Beta Was this translation helpful? Give feedback.
Hello. The subject of this discussion is misleading. It's stating that frequency rules do not respect the timeframe parameter. However, it appears more like you are unsure of how ElastAlert 2 is designed to function.
All rules are queried against Elasticsearch every 1 minute, or as specified in the
run_every
parameter. Upon each execution, the rule looks backward over the specifiedtimeframe
to determine if an alert should be triggered.