I'm trying to find a field with content including "Provided Hash [0" I'm using DQL on the OpenSearch Dashboard to attempt this query.
The field I'm searching on is called "message"
The values I'm parsing have many arbitrary characters before and after the part of the message I'm looking at. Of the two messages below I would like to return the first but not the second
Just some random text Provided Hash [0abcdef] then some more random text
Just some random text Provided Hash [1abcdef] then some more random text
I'm currently using the below query which is returning no results
message:"Provided Hash [0"
An example of a message which I'm expecting to get as a result would have the following in the message
Provided Hash [0abcdef]