Is it possible to send only critical alerts in kapacitor?
I don’t want to receive Ok alerts. I tried using noRecoveries flag but it is not doing what I want
Is it possible to send only critical alerts in kapacitor?
I don’t want to receive Ok alerts. I tried using noRecoveries flag but it is not doing what I want
I found out that this can be achieved by using topic handlers. You can use match expressions to filter the alerts you wan your alert handler to process
Can you post the sample of your query ?