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