Hi,<br><br>I&#39;m hoping to get some help with a filter chain question. I&#39;m deploying a collectd proxy/aggregator, using the network plugin. While I&#39;m able to successfully forward data I receive, I&#39;d like to be able to rewrite the hostname field on messages I receive from the network, before sending them on to another host.<br>
<br>I&#39;ve included a sample config file I&#39;ve been working with. Can filters even be applied to forwarded messages? I&#39;m using collectd 4.10.0.87.geda2991 on Ubuntu sid (2.6.21.7-2 kernel).<br><br>LoadPlugin network<br>
&lt;Plugin network&gt;<br>  Listen &quot;127.0.0.1&quot; &quot;25826&quot;<br>  Forward true<br>  Server &quot;<a href="http://central-loghost.mydomain.com">central-loghost.mydomain.com</a>&quot;<br>&lt;/Plugin&gt;<br>PreCacheChain &quot;MyChain&quot;<br>
&lt;Chain &quot;MyChain&quot;&gt;<br>  &lt;Rule &quot;rewrite_hostname&quot;&gt;<br>    &lt;Match &quot;regex&quot;&gt;<br>      Host &quot;.*&quot;<br>    &lt;/Match&gt;<br>    &lt;Target &quot;replace&quot;&gt;<br>      Host &quot;.*&quot; &quot;consistent-hostname.mydomain&quot;<br>
    &lt;/Target&gt;<br>    &lt;Target &quot;write&quot;&gt;<br>      Plugin &quot;network&quot;<br>    &lt;/Target&gt;<br>  &lt;/Rule&gt;<br>&lt;/Chain&gt;<br><br> Any help in sorting this would be greatly appreciated. <br>
<br>TIA,<br><br>-Dennis Opacki<br> <a href="mailto:dopacki@gmail.com">dopacki@gmail.com</a><br>