<?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 Re: Routing to nullQueue - version 6.2 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234644#M45717</link>
    <description>&lt;P&gt;The props.conf syntax for referencing a sourcetype is [mkXLVI:was:s3], not [sourcetype::mkXLVI:was:s3]&lt;BR /&gt;
Once you update that make sure that the configuration exists either on the indexer (if you are using light/universal forwarder) or on the heavy forwarder.  This is parsing that cannot be performed by a universal/light forwarder.  If you don't know whether you're using a light or heavy forwarder there are ways to figure that out, but if in doubt just place the same configuration in both locations.&lt;/P&gt;

&lt;P&gt;So the following configuration should work:&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mkXLVI:aws:s3]
TRANSFORMS-null = nullFiltermkXLVI
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nullFiltermkXLVI]
DEST_KEY = queue
FORMAT = nullQueue
REGEX = WebServices
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 01 Oct 2015 14:23:20 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2015-10-01T14:23:20Z</dc:date>
    <item>
      <title>Routing to nullQueue - version 6.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234641#M45714</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;
I am attempting to filter out specific events from a given input, they're useless and I don't want to waste resources indexing them.  I have found a number of seemingly great answers and help pages for how to set this up with a props.conf and transforms.conf.  Below are the dumps from btool for my app's inputs.conf, props.conf and transforms.conf:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\inputs.conf                      [aws_s3://cdn-mkXLVI]&lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\inputs.conf                      aws_account = SplunkIAM&lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\inputs.conf                      bucket_name = testbucket&lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\inputs.conf                      key_name = cflogs&lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\inputs.conf                      sourcetype = mkXLVI:aws:s3&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\props.conf                  [sourcetype::mkXLVI:aws:s3]&lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\props.conf                  TRANSFORMS-nullQmkXLVI = nullFiltermkXLVI&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;STRONG&gt;transform.conf&lt;/STRONG&gt;:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\transforms.conf                  [nullFiltermkXLVI]&lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\transforms.conf                  DEST_KEY = queue&lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\transforms.conf                  FORMAT = nullQueue&lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\CDN_MKXLVI\local\transforms.conf                  REGEX = WebServices&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;This is my 46th attempt with different variations on how I'm referencing sourcetype, regex style and other pieces and I have been unable to get anything to filter out these records.  &lt;/P&gt;

&lt;P&gt;My input is an s3 bucket and I'm using the splunk addon for AWS (&lt;A href="http://docs.splunk.com/Documentation/AddOns/latest/AWS/Description" target="_blank"&gt;http://docs.splunk.com/Documentation/AddOns/latest/AWS/Description&lt;/A&gt;)  Can anyone take a look at what I'm up to here and let me know what I can try to sort this out?  My assumption is that I'm not wiring something up correctly in my conf files and the regex is never being applied but I've been failing for over a day now so anything you can tell me to try would be grand.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Pat&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234641#M45714</guid>
      <dc:creator>pattypayscale</dc:creator>
      <dc:date>2020-09-29T07:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to nullQueue - version 6.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234642#M45715</link>
      <description>&lt;P&gt;Can you provide the reference  you used to come up with the inputs configuration?&lt;/P&gt;

&lt;P&gt;Thanks, Mike&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 20:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234642#M45715</guid>
      <dc:creator>sfmike</dc:creator>
      <dc:date>2015-09-30T20:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to nullQueue - version 6.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234643#M45716</link>
      <description>&lt;P&gt;This is an S3 input from the aws addon.  Here is the link to the s3 portion of the addon:  &lt;A href="http://docs.splunk.com/Documentation/AddOns/latest/AWS/S3"&gt;http://docs.splunk.com/Documentation/AddOns/latest/AWS/S3&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 21:12:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234643#M45716</guid>
      <dc:creator>pattypayscale</dc:creator>
      <dc:date>2015-09-30T21:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to nullQueue - version 6.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234644#M45717</link>
      <description>&lt;P&gt;The props.conf syntax for referencing a sourcetype is [mkXLVI:was:s3], not [sourcetype::mkXLVI:was:s3]&lt;BR /&gt;
Once you update that make sure that the configuration exists either on the indexer (if you are using light/universal forwarder) or on the heavy forwarder.  This is parsing that cannot be performed by a universal/light forwarder.  If you don't know whether you're using a light or heavy forwarder there are ways to figure that out, but if in doubt just place the same configuration in both locations.&lt;/P&gt;

&lt;P&gt;So the following configuration should work:&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mkXLVI:aws:s3]
TRANSFORMS-null = nullFiltermkXLVI
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nullFiltermkXLVI]
DEST_KEY = queue
FORMAT = nullQueue
REGEX = WebServices
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:23:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234644#M45717</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2015-10-01T14:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to nullQueue - version 6.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234645#M45718</link>
      <description>&lt;P&gt;Thanks man, I was trying this yesterday and was getting no results at all, which is equally wrong but in a fun and different way.  I've got more time to work on this today.  I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:47:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234645#M45718</guid>
      <dc:creator>pattypayscale</dc:creator>
      <dc:date>2015-10-02T16:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to nullQueue - version 6.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234646#M45719</link>
      <description>&lt;P&gt;Right, something else, obvs, was preventing data being picked up.  Works now!  Thanks a bunch man!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 19:59:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Routing-to-nullQueue-version-6-2/m-p/234646#M45719</guid>
      <dc:creator>pattypayscale</dc:creator>
      <dc:date>2015-10-02T19:59:49Z</dc:date>
    </item>
  </channel>
</rss>

