<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Forwarder-side filter not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84399#M17531</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;
we've set up a transforms.conf filter in one of our forwarders (to lower indexed volume per day), but the configuration is not working (events are not filtered out).&lt;/P&gt;

&lt;P&gt;Log lines (events) we want to exclude look like this:&lt;/P&gt;

&lt;P&gt;26/06/2012 18:24:31 | ReadLstOfValTable              |  INFO | Numero di record estratti [1]&lt;/P&gt;

&lt;P&gt;We have configured transforms.conf and props.conf like this:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;props.conf&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;[SiebelDataADP]&lt;BR /&gt;&lt;BR /&gt;
TRANSFORMS-null= SiebelDataADPFiltro1&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;transforms.conf&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;[SiebelDataADPFiltro1]&lt;BR /&gt;&lt;BR /&gt;
REGEX = &lt;CODE&gt;.*Numero\sdi\srecord\sestratti\s.*&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = nullQueue&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;Any hints?&lt;BR /&gt;&lt;BR /&gt;
Thanks&lt;BR /&gt;&lt;BR /&gt;
Gabriele&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2012 16:29:04 GMT</pubDate>
    <dc:creator>dantonag</dc:creator>
    <dc:date>2012-06-26T16:29:04Z</dc:date>
    <item>
      <title>Forwarder-side filter not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84399#M17531</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
we've set up a transforms.conf filter in one of our forwarders (to lower indexed volume per day), but the configuration is not working (events are not filtered out).&lt;/P&gt;

&lt;P&gt;Log lines (events) we want to exclude look like this:&lt;/P&gt;

&lt;P&gt;26/06/2012 18:24:31 | ReadLstOfValTable              |  INFO | Numero di record estratti [1]&lt;/P&gt;

&lt;P&gt;We have configured transforms.conf and props.conf like this:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;props.conf&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;[SiebelDataADP]&lt;BR /&gt;&lt;BR /&gt;
TRANSFORMS-null= SiebelDataADPFiltro1&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;transforms.conf&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;[SiebelDataADPFiltro1]&lt;BR /&gt;&lt;BR /&gt;
REGEX = &lt;CODE&gt;.*Numero\sdi\srecord\sestratti\s.*&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = nullQueue&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;Any hints?&lt;BR /&gt;&lt;BR /&gt;
Thanks&lt;BR /&gt;&lt;BR /&gt;
Gabriele&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 16:29:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84399#M17531</guid>
      <dc:creator>dantonag</dc:creator>
      <dc:date>2012-06-26T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder-side filter not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84400#M17532</link>
      <description>&lt;P&gt;This kind of filtering cannot be done on light forwarders (Universal Forwarder or its older counterpart, the Lightweight Forwarder). props.conf settings on light forwarders are largely ignored because the features they relate to (such as segmenting data that is read into individual events) don't exist there. This kind of filtering can only be performed on an indexer or a heavy forwarder.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 16:39:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84400#M17532</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-06-26T16:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder-side filter not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84401#M17533</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;So we have either to:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Configure filtering server-side ($SPLUNK_HOME/etc/system/local/props.conf and transforms.conf) &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Use an "heavy" forwarder (i.e. Splunk itself)&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Is this right?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 17:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84401#M17533</guid>
      <dc:creator>dantonag</dc:creator>
      <dc:date>2012-06-26T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder-side filter not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84402#M17534</link>
      <description>&lt;P&gt;Yes, that's correct.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 19:13:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-side-filter-not-working/m-p/84402#M17534</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-06-26T19:13:57Z</dc:date>
    </item>
  </channel>
</rss>

