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?
Ponet
(Jesse Hills)
2
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.
system
(system)
Closed
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.