Searching or URLs in kibana

Hi all,

I have a field in my kibana by the name of "uri" having text like "/myApp/resources/images/logo.png" , "/myApp/resources/images/logo2.png" and so on..

How can i search in kibana for all patterns that begin with "/myApp/resources/images/logo" in the field uri ?

will this work uri:"/myApp/resources/images/logo*" ?

Kibana passes these queries onto Elasticsearch, so it would depend on the mapping and analyzers on the field.

https://www.elastic.co/guide/en/elasticsearch/reference/5.6/query-dsl-query-string-query.html#_wildcards

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