Kibana doubt about removing visualizations

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,

Hmm, this looks like a bug. The text is supposed to support Elasticsearch simple query string syntax, but it looks like it's not applying the filter correctly.

You should be able to do something like type:(visualization) -apache, but it doesn't work.

I've opened a bug report here.

[1] Saved object finder doesn't apply search field correctly · Issue #90315 · elastic/kibana · GitHub

Hello Lukas,

Thank you for your quick response. I will follow the updates in the GitHub issue.

Kind regards,

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.