Wildcard regex searching isn't working

I’m trying to get search for computers in Graylog using wildcards but it doesn’t seem to be working

For example: I’m trying to find the following:

  • abc-remote01
  • hijk-remote04

I’m trying with source:"/.*-remote.*" or source: "*-remote[0-9][0-9]", but they didn’t work

I made sure that allow_leading_wildcard_searches = true is set in /etc/graylog/server/server.conf

System:

  • Rocky Linux 8
  • Opensearch 2.17.1-1
  • Graylog 6.0.7

Hello @YamiYukiSenpai

Could you try with the below format, you almost had it.

source:/.*-remote.*/

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