This feature tries to explain the following elements of the alert configuration:
- Minimum number of alerts. What is the minimum number of alerts? It is the minimum number of alerts that are needed to start firing an alert. It works as a filter, that is necessary in order to eliminate false positives.
- Maximum number of alerts. What is the maximum number of alerts? It is the maximum number of alerts that could be send consecutively in the same time interval (Time Threshold).
- Time Threshold. What is the Time Threshold? It is the time interval that is defined when we configure the alert (
time_threshold
). It is, among other things, the time interval while it is warranted that an alert will be not fired more thanmax_alerts
( maximum number of alerts) times.