Create data table with url contains word

I'm newer from Kibana.
I need to create a data table to view count url matching some word.

Example i want to count all url contains "chinh-tri".
So i type "chinh-tri" at the include field. But no data show.
Event i change it to "%chinh-tri%", so the result was 0.

If you look at the docs for the Elasticsearch terms aggregation, you'll notice that you actually have to do .* instead of %, like this: .*chinh-tri.*. Could you give that a try?

1 Like

thanks @lukas. It looks like work well.

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