Hello there,
I am trying to remove all objects in Kibana that meet the following two conditions:
- They are visualizations.
- They do not contain "Apache".
I am using Kibana UI, Saved Objects. I am using the following query but it does not work:
type:(visualization) and NOT apache
I looked into this article but still it does not mention how to perform a little bit more complex queries: Saved Objects | Kibana Guide [7.10] | Elastic
Could anyone point me to the right direction, please?
Thanks in advance,