Hi, I need to find logs whit specific text inside the "message" field. For example, I need to do something like:
.es(q='event_id=XXXX AND message:"/WORD1|WORD2|WORD3|WORD4/")
I only find examples for doing thins like: message:"WORD*" but that's not what I want.