Hello there,
I am writing a watch in Sense and would like search for all the docs
matching exact this string which is in double quotes,
"INPUT LOG : New request received from Horizon"
How do I write my match_phrase, would below work?
{
"match_phrase": {
"LogMessage.LogInformation.LogStatement": "New
request received from Horizon"
}
},
Thanks for your help.
Regards,
Bharat S. Joshi