What is Logstash regex engine?

Hi,

Just came across some regex in config files today and i cannot figure out which engine it is based on and documentation about the syntax i should use in my config.

the thing i've stumbled across :

if [field] !~  /.+\.dll/

grok is built upon Oniguruma, but I think the rest of logstash uses standard Ruby expressions.

1 Like

Thanks for you fast reply as usual :wink:

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