Hi there, I want to create a Kibana lens table where the rows are divided based on field values. However, I want to filter the individual rows by specific values.
I only want to see all rows starting with Keyword_A
or Keyword_B
. I don't want to see the entries starting with Keyword_C
.
I can't use the Filters option in the rows because my list is very long and dynamic. There are several entries starting with Keyword_A
or Keyword_B
.
If I filter the Count of records for target.keyword:Keyword_A\/*
and set the number of top values too a very high number I still can see entries starting with Keyword_C
.
I'm using Kibana 7.16.1.
I hope that someone can help me.
Thank you very much!