I'm trying to search for exact phrase in Discovery tab. In "message" field I'm trying to search for "transactionId:" phrase (with quotation marks) and when I search for it like this:
"message": "\"transactionId\"\:"
It of course show me the correct output but if I want to search it like this:
"message": "\"transactionId\ ; \ "
should NOT return anything, but returns the same. as:
"message": "\"transactionId\"\:"
How to search for exact phrases when they have special symbols and is this a problem with Analyzer?