+
+ True if compared alert attribute value is equal to value.
+
+
+ True if compared alert attribute is missing or have a value that is not
+ equal to value.
+
+
+ True if compared alert attribute value matches value regex.
+
+
+ False if compared alert attribute value matches value{" "}
+ regex.
+
+
+ True if compared alert attribute value is greater than{" "}
+ value.
+
+
+ True if compared alert attribue value is less than value.
+
+
+
+
+
Filtering using alert labels
+
+ ", "<"]}
+ >
+
+ Match alerts with label alertname equal to{" "}
+ UnableToPing.
+
+
+ Match alerts with label hostname equal to{" "}
+ localhost.
+
+
+ Match alerts with label service missing or not equal to{" "}
+ apache3.
+
+
+ Match alerts with label service matching regular
+ expression /.*apache.*/.
+
+
+ Match alerts with label service matching regular
+ expression /.*apache[1-3].*/.
+
+
+ Match alerts with label priority value{" "}
+ > than 4. Value will be casted to
+ integer if possible, string comparision will be used as fallback.
+
+
+
+
+
+
+
Filtering alerts using special filters
+
+
+
+ Match alerts collected from Alertmanager instance named{" "}
+ prod.
+
+
+ Match alerts collected from Alertmanager instances except for the
+ one named dev.
+
+
+ Match alerts collected from Alertmanager instances with names
+ matching regular expression /.*prod.*/.
+
+
+
+
+
+ Match alerts sent to the default receiver.
+
+
+ Match alerts not sent to the hipchat receiver.
+
+
+ Match alerts sent to any receiver with name matching regular
+ expression /.*email.*/.
+
+
+
+
+
+ Match only active alerts.
+
+
+ Match alerts that are not active, only suppressed and unprocessed
+ will be matched.
+
+
+ Match only suppressed alerts.
+
+
+ Match only unprocessed alerts.
+
+
+
+
+
+ Match alerts silenced by me@example.com.
+
+
+ Match alerts silenced by everyone except{" "}
+ foo@example.com.
+
+
+ Match alerts silenced by author matching regular expression{" "}
+ /.*@example.com.*/.
+
+
+
+
+
+ This is supported only if JIRA regexp are enabled and able to match
+ JIRA ids in the silence comment body.
+
+
+ Match silenced alerts where detected JIRA issue id is equal to{" "}
+ PROJECT-123.
+
+
+ Match silenced alerts where detected JIRA issue id is different than{" "}
+ PROJECT-123.
+
+
+ Match silenced alerts where detected JIRA issue id matches regular
+ expression /.*PROJECT.*/.
+
+
+
+
+
Value must be a number >= 1.
+
+ Limit number of displayed alerts to 10.
+
+
+
+ ", "<"]}
+ >
+
+ Match alerts older than 15 minutes.
+
+
+ Match alerts older than 1 hour.
+
+
+ Match alerts more recent than 10 hours and 30 minutes.
+
+
+