141984
(141984)
August 22, 2017, 11:38am
1
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
system
(system)
Closed
September 20, 2017, 12:01am
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.