Hi
I am running graylog 5.2 in a docker environment and I am logging Windows Fileserver Access to it. I have configured the ENV “GRAYLOG_ALLOW_LEADING_WILDCARD_SEARCHES=true”
Now I want to filter the search with a filter of “AccessList” for example:
Show me all messages which has AccessList 4416 in it.
In older Versions I could just search for “AccessList: %%4416” and the messages where filtered. In the new Version I only get the message " Query parsing error : Cannot parse query, cause: ‘*’ or ‘?’ not allowed as first character in WildcardQuery."
Example AccessList entry: “%%1538 %%1541 %%4416 %%4417 %%4418 %%4419 %%4420 %%4423 %%4424”
I have tried different things but nothing works. How can I filter the messages?
What I have tried:
AccessList:“%%4416”
“AccessList:.\%\%4416.”
AccessList:.\%\%4416.
AccessList:.%%4416.
^.%%4416.$
^.%%4416.$
.%%4416.
^%%4416.*$
Regards
dsgry