Werk #1644: Fixed matching dynamic number of regex match groups

Component Event Console
Title Fixed matching dynamic number of regex match groups
Date Dec 4, 2014
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
1.2.6b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

Regexes and rewrites like this here lead into an exception when matching:

Regex: foo(bar|baz(abc|xyz)) (stuff to match and reference) Rewrite: Service foo\1 said: \3 LogLine: foobar asasdsadxxxxx

To the list of all Werks