<?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 Filter data on indexer or heavy forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Filter-data-on-indexer-or-heavy-forwarder/m-p/454674#M99422</link>
    <description>&lt;P&gt;Hello, actually we don't have heavy forwarder instance.&lt;/P&gt;

&lt;P&gt;Is it possible filter events in indexer when recieve data from UF's? How much performance affect?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 15:14:30 GMT</pubDate>
    <dc:creator>rjfv8205</dc:creator>
    <dc:date>2019-08-20T15:14:30Z</dc:date>
    <item>
      <title>Filter data on indexer or heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-data-on-indexer-or-heavy-forwarder/m-p/454674#M99422</link>
      <description>&lt;P&gt;Hello, actually we don't have heavy forwarder instance.&lt;/P&gt;

&lt;P&gt;Is it possible filter events in indexer when recieve data from UF's? How much performance affect?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 15:14:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-data-on-indexer-or-heavy-forwarder/m-p/454674#M99422</guid>
      <dc:creator>rjfv8205</dc:creator>
      <dc:date>2019-08-20T15:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data on indexer or heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-data-on-indexer-or-heavy-forwarder/m-p/454675#M99423</link>
      <description>&lt;P&gt;Example to drop events that do not contain &lt;STRONG&gt;$LOG$&lt;/STRONG&gt;:&lt;/P&gt;

&lt;P&gt;prop.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [source_event]
 TRUNCATE = 15000
 TRANSFORMS-filter = event_drop,event_take
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[event_drop]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue

[event_take]
REGEX = \$\$LOGS\$\$
DEST_KEY = queue
FORMAT = indexQueue 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope it help&lt;/P&gt;

&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 15:31:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-data-on-indexer-or-heavy-forwarder/m-p/454675#M99423</guid>
      <dc:creator>ktn01</dc:creator>
      <dc:date>2019-08-20T15:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data on indexer or heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-data-on-indexer-or-heavy-forwarder/m-p/454676#M99424</link>
      <description>&lt;P&gt;Thanks for your answer. My other question is how much performance affect if filter events directly on indexer?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 15:42:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-data-on-indexer-or-heavy-forwarder/m-p/454676#M99424</guid>
      <dc:creator>rjfv8205</dc:creator>
      <dc:date>2019-08-20T15:42:01Z</dc:date>
    </item>
  </channel>
</rss>

