Does collectd support negative lookahead or lookbehind in regex's for the tail plugin?<br><br>I monitor logs for 'Exception', but there are a couple exceptions that I don't care about, so I was trying to filter them with negative lookbehind (preferable) and negative lookahead (if that's my only choice). <br>
<br>Lookbehind failure from logs:<br>Compiling the regular expression "(?<!IncompatibleRemoteService)Exception" failed.<br><br>Lookahead failure from logs:<br>Compiling the regular expression "Exception(?!.*This application is out of date)" failed.<br>
<br>I'm running 4.6.2.<br><br>Thanks,<br>Brian<br>