Graylog 3.3.2 regex search

Hello,

I’m trying to create a regex search, everything works fine in java regex tester Free Online Java Regular Expression Tester - FreeFormatter.com . The example:

log:FOO_BAR=[12222444], blah blah blah

search

log:/FOO_BAR=\[1[2-5]{4}[0-9]{3}\]/

The search result is empty. This seems to work until I add “=” sign, searching with numbers and escaped brackets not working too.

Hello @madi, are you trying to find the string “log:FOO_BAR=[12222444]” in your message?

log:FOO_BAR=\[[0-9]+\]

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