Hello,
We are using alerta (
https://alerta.io/) as the alertmanager receiver.
Is it possible to have only some of the alerts closing themselves based on a label?
I have tried something like this:
routes:
- receiver: alerta-closable
match:
autoclosable: true
receivers:
- name: alerta
webhook_configs:
- url: <url>
- name: alerta-closable
webhook_configs:
- url: <url>
send_resolved: true
It does not seem to work correctly, alerts without the label are dissapearring from the alerta dashboard.
Is the approach correct?
Thanks,
Roxana