I have the following plain text string in the message
field in Kibana
message: Request result. Request: amount=58289.540000, name=Raj, 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?
Edit:
I thought that "message" is a plain text log, when I search "amount=58289.540000, name=Raj" then I get the result but when I search for "amount=58289.540000, name=R" then I dont get any result. How does Kibana know that this is a partial value?
I guess message is not plain text? How can I know what is the type of the log that I am viewing in Kibana GUI?