You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pattern %{(.*?)} yields an error "unmatched close parenthesis". This pattern is supposed to match Grok expressions, like %{HOSTNAME}. It worked with Oniguruma 5.9.6.
I am using ONIG_OPTION_DEFAULT and ONIG_SYNTAX_DEFAULT.
Is there any way to make it work with Oniguruma 6?
The text was updated successfully, but these errors were encountered:
The pattern
%{(.*?)}
yields an error "unmatched close parenthesis". This pattern is supposed to match Grok expressions, like%{HOSTNAME}
. It worked with Oniguruma 5.9.6.I am using
ONIG_OPTION_DEFAULT
andONIG_SYNTAX_DEFAULT
.Is there any way to make it work with Oniguruma 6?
The text was updated successfully, but these errors were encountered: