Kibana - Cant apply NOT filter

Hello,

I am trying to use wild card to filter output in Kibana. Please see below:

I need to filter out host names containing "north" in the name.

This does not work and output still shows hostnames with the word "north" in them.

Please guide me on how to correctly put the wildcard.

Thanks

Hello @zaeemmasood,

This should work:

not host.name : *north*

Please refer to this page. This will also help. Kibana queries and filters | Packetbeat Reference [8.9] | Elastic

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