okay, I’m testing greylog3, and got a search problem by field.
I have the following log-record with an extra field “query”:
So, I need to find all logs with “createAirport”.
I tried several use cases search:
- query:createAirport
- query:/createAirport/
- query:/(createAirport)/
- query:/ * createAirport * /
And it does not work. Can you please tell me what I missed?
