NunoA
Contributor
Contributor

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.

Reply
0 Kudos