RulePoint
- RulePoint 6.1
- All Products
Filters/Operators
| Description
|
---|---|
contains
| Performs a search comparison on event properties.
|
equalsSet
| Verifies that event sets have equal members with a comparison set, regardless of their order.
|
has
| The has construct provides the same functionality as the contains analytic.
|
in
| Performs word and substring searches on event properties.
|
match
| Verifies that all events have the same value for the specified property.
|
unmatched
| Verifies that all of the events do not have the same value for the specified property, but the values are not required to be unique.
|
search
| Enables Boolean search logic and Lucene search expressions.
|
unique
| Verifies that all events have a different value for the specified property.
|
distinct
| Used before the
with clause in DRQL, and verifies that all events have a different value for the specified property.
|
group by
| Used before the
with clause in DRQL, and verifies that all events have the same value for the specified property.
|