Hello, I was wondering if we can do something to work around the Oniguruma (native) dependency, which may cause install issues on Windows and possibly other platforms.
Specifically, can we use Node's builtin regex engine, or maybe some other library (with no native dependencies) that provides the regex support needed for grok? I assume Oniguruma is needed for the full PCRE support, so one can be sure that copy-pasting rules from Logstash to node-grok work? Or is there another reason?
Thank you in advance.
Hello, I was wondering if we can do something to work around the Oniguruma (native) dependency, which may cause install issues on Windows and possibly other platforms.
Specifically, can we use Node's builtin regex engine, or maybe some other library (with no native dependencies) that provides the regex support needed for grok? I assume Oniguruma is needed for the full PCRE support, so one can be sure that copy-pasting rules from Logstash to node-grok work? Or is there another reason?
Thank you in advance.