Hi, On 4/4/20 6:54 PM, Adso Castro wrote: > I'm trying to create a silence using regex from the AlertManager UI and > I want to silence alarms from deployments (from my Kubernetes cluster) > like below: > > *new-batch-stream-**g1343* > *super-batch-pipeline-g1273* > * > * > The match would be the word "batch". I've tried a few times using the > UI, but the preview didn't catch any active alert, so, I might be doing > something wrong. > > Here's the UI I'm talking about and thank you in advance: >From the screenshot I don't see what you are trying to match. So I'm guessing:
Name: stream Value: .*batch.* Regex: [x] If this doesn't work, then we'd need some more details what you've tried exactly. Kind regards, Christian -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/b6520f8e-8c57-a9df-e04d-983775a8e3f9%40hoffmann-christian.info.

