- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the negated form of EXISTS operator ?
Hello team, we're retrieving logs from Insight Analytics using the rest api. We're being able to use EXISTS operator as documented
GET /api/v1/events/vmw_product/EXISTS
We would like to achieve rather the opposite, as in the example, but doesnt seem to work.
GET /api/v1/events/vmw_product/NOT_EXISTS/text/CONTAINS%20firewall
According to documentation: A negated version of each operator is available. For example, < and >= or CONTAINS and NOT_CONTAINS.