NunoA's Posts

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 rat... See more...
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.