Filter Operators
Last updated on 02 September, 2024The type of filter condition you select determines the values that you need to provide for the condition. The following describes operators and fields available when configuring filters for example for charts, rules, and action groups.
Parameter | Description |
Contains | Substring match using the list of supplied values, where each value is interpreted as a string. |
Not contains | Opposite of Contains. |
In | Exact match using the list of supplied values, where each value can be a string or a number. |
Not in | Opposite of In. |
Empty | Field has no value. |
Not empty | Opposite of Empty. |
Equals | Matches supplied value exactly. |
Not equals | Opposite of Equals. |
Greater than | Greater than supplied value, where value is a number. |
Greater than equal | Greater than or equal to supplied value, where value is a number. |
Less than | Less than supplied value, where value is a number. |
Less than equal | Less than or equal to, supplied value, where value is a number. |
Within | A time window relative to a specified time: Minutes is 60 secondsform now; Hour is 1 hour from now; Day is 24 hours from now; Month is a calendar month from now; Year is a calendar year from now. |
Older than | A time window relative to a specified time, see Within. |