Search matching by field

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?

Try the below as your search query:

query:(*createAirport*)

You will also need to enable leading wildcard searches in the server.conf file.

1 Like

Yes, I missed that moment. Thanks you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.