I have the following plain text string in the message
field in Kibana
message: Request result. Request: so on.......
In Kibana in Lucene search when I use message: "Request Result"
then I get the correct match.
But I want to search using wildcard like message: "Request Resu*"
. Is this possible without any changes to the logs or to Kibana index?