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*" ?