Alerting: Update search examples for notification policies (#88830)

update search examples for notification policies
This commit is contained in:
Gilles De Mey 2024-06-06 15:42:26 +02:00 committed by GitHub
parent 8690e97c92
commit 755fcc9838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ const NotificationPoliciesFilter = ({
content={
<div>
Filter notification policies by using a comma separated list of matchers, e.g.:
<pre>severity=critical, instance=~cluster-us-.+</pre>
<pre>severity=critical, region=EMEA</pre>
</div>
}
>