Sending alerts just works with type: any but is not taken the max_threshold #221
-
Hi Team! I am having an issue configuring elastalert2 to send alerts to slack, I am using the official helm chart
I set "max_threshold: 0.1" just to test the alert because my avg nodes are around 0.2 0.3 percent. This is not working "I tried to running elastalert test from cli" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
max_threshold is a metric_aggregation setting and is not used by any. It is a specification. There is nothing I can do about it. Confirm that only metric_aggregation is used even in the source code usage |
Beta Was this translation helpful? Give feedback.
max_threshold is a metric_aggregation setting and is not used by any. It is a specification. There is nothing I can do about it.
Confirm that only metric_aggregation is used even in the source code usage
https://github.com/jertel/elastalert2/blob/master/elastalert/ruletypes.py#L1049