Operators
- 04 Jul 2025
- 1 Minute to read
- Print
- DarkLight
- PDF
Operators
- Updated on 04 Jul 2025
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
The following operators are supported in JSON configurations to define various conditions for event exclusions, delays, and manipulations:
- EQUALS
- NOT_EQUALS
- GREATER_THAN
- LESS_THAN
- CONTAINS
- NOT_CONTAINS
- STARTS_WITH
- ENDS_WITH
- REGEX
- EMPTY
- NOT_EMPTY
- DATE_EQUALS
- DATE_GREATER_THAN
- DATE_LESS_THAN
When defining conditions for date fields, one of the above date-specific operators should be used.
Supported Date Formats:
yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSS
yyyy-MM-dd HH:mm:ss.SSS
yyyy-MM-dd HH:mm:ss
Was this article helpful?