You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I query a silence through the api I notice "isRegex":false being returned if it was created on an exact label value.
Does this mean there is no way to query with regex and include the silence?
looking to match host=~dcc-.* and get hundreds of silences returned with this hostname prefix that were created in order to expire them all.
curl -g 'http://alertmanager:9093/api/v2/silences?filter=host=~"dcc-.*"'
returns nothing.
Beta Was this translation helpful? Give feedback.
All reactions