I have tried several combinations but cannot get regex queries to match the desired search string(s).
Sample extract:
[market-feed-render-4][user=xx.Xxxxx.Xxxx] [OUT] {"payload":{"id":"1562500842791.7273668","timestamp":"2019-07-09T15:25:39.303Z","messages": [guiapi-msg-processors-4][user=XX.XXXX] [ IN] {"payload":{"command":{"requestContext":"clob2","commandName":"metrics","commandSubType":"UIResourceUsage","commandParams":{"metrics":
Query:
index: et-ustlog* AND logMessage:/\[\s*[A-Z]+\]\ \{\"payload\"\:/
Expectation is to match below strings:
[OUT] {"payload":
[ IN] {"payload":
Note: Relevant field "logMessage" is not analyzed, and i have also attempted escaping the square brackets but no luck
Somebody help please.