<?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 Drop specific event in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Drop-specific-event/m-p/268086#M51444</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I have a log  that we are indexing, now we want to drop specific events from it by sending it to the nullQueue. if an event contains any of the following it should be dropped: &lt;/P&gt;

&lt;P&gt;Redirecting the request&lt;BR /&gt;
Redirecting the call&lt;BR /&gt;
at &lt;/P&gt;

&lt;P&gt;any idea what the transforms/props.conf need to look like? &lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2015 11:43:00 GMT</pubDate>
    <dc:creator>Norling80</dc:creator>
    <dc:date>2015-10-09T11:43:00Z</dc:date>
    <item>
      <title>Drop specific event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Drop-specific-event/m-p/268086#M51444</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I have a log  that we are indexing, now we want to drop specific events from it by sending it to the nullQueue. if an event contains any of the following it should be dropped: &lt;/P&gt;

&lt;P&gt;Redirecting the request&lt;BR /&gt;
Redirecting the call&lt;BR /&gt;
at &lt;/P&gt;

&lt;P&gt;any idea what the transforms/props.conf need to look like? &lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 11:43:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Drop-specific-event/m-p/268086#M51444</guid>
      <dc:creator>Norling80</dc:creator>
      <dc:date>2015-10-09T11:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Drop specific event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Drop-specific-event/m-p/268087#M51445</link>
      <description>&lt;P&gt;On your indexers&lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
    [source::.../opt/splunkforwarder/customerlogs/syslog/filter.log]&lt;BR /&gt;
    TRANSFORMS-null = setnull&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
    [setnull]&lt;BR /&gt;
    REGEX = (Redirecting the request|Redirecting the call at)&lt;BR /&gt;
    DEST_KEY = queue&lt;BR /&gt;
    FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;If you are sending the events to a heavy forwarder before sending them to your indexers, these props &amp;amp; transforms will need to live on your heavy forwarder and not the indexers.&lt;/P&gt;

&lt;P&gt;you can also use a sourcetype or host stanza in props.conf instead of source::&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:30:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Drop-specific-event/m-p/268087#M51445</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2015-10-09T13:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Drop specific event</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Drop-specific-event/m-p/268088#M51446</link>
      <description>&lt;P&gt;Works great, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:45:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Drop-specific-event/m-p/268088#M51446</guid>
      <dc:creator>Norling80</dc:creator>
      <dc:date>2015-10-12T13:45:37Z</dc:date>
    </item>
  </channel>
</rss>

