Trying to search with trailing wildcards in Graylog 4.2.4 and it does not work.
We have source fields like “app-12345-12345”
So searching for “source:app\-12345\-12345” is ok
searching for “source:app\-12345\-???” is ok
but “source:app\-12345\-.*” gives no results at all.
I see in the last one you have a dot before the asterisk… regex style. You can remove the dot or you can change the search to be regex by bracketing it with / to denote regex… like so: