Alertmanager Silenced alerts appearing in alerts tab #12300
Unanswered
rwywawn
asked this question in
Help and support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After spinning up the alertmanager with minimal configs and sending an alert with postman, silencing the alert in the ui doesn't remove the alert from the alerts tab. It does exist in the silences tab.
I run this command
Then once its running I make this post request to
http://localhost:8080/alertmanager/api/v2/alerts
with this bodyHere is the alert
Now when I go back into the alerts tab, the alert is still there even though it should be silenced.
Looking at the logs, this is the only error message I see.
Any Idea why this could be happening? Am I missing some configuration?
Beta Was this translation helpful? Give feedback.
All reactions