<?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 Filtering of events using nullQueue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145044#M29621</link>
    <description>&lt;P&gt;I am having issues filtering data into nullQueue.  I have a log where the only lines I want indexed have the string "logit".  I found on several sites a solution but the below still lets other strings through as well.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;[&lt;SOURCETYPE&gt;]&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TRANSFORMS-set = setnull,setparsing&lt;/SOURCETYPE&gt;&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;P&gt;[setnull]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;[setparsing]&lt;BR /&gt;
REGEX = logit&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = indexQueue&lt;/P&gt;

&lt;P&gt;is there something else that needs added?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2013 23:07:21 GMT</pubDate>
    <dc:creator>flucman</dc:creator>
    <dc:date>2013-11-15T23:07:21Z</dc:date>
    <item>
      <title>Filtering of events using nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145044#M29621</link>
      <description>&lt;P&gt;I am having issues filtering data into nullQueue.  I have a log where the only lines I want indexed have the string "logit".  I found on several sites a solution but the below still lets other strings through as well.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;[&lt;SOURCETYPE&gt;]&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TRANSFORMS-set = setnull,setparsing&lt;/SOURCETYPE&gt;&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;P&gt;[setnull]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;[setparsing]&lt;BR /&gt;
REGEX = logit&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = indexQueue&lt;/P&gt;

&lt;P&gt;is there something else that needs added?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 23:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145044#M29621</guid>
      <dc:creator>flucman</dc:creator>
      <dc:date>2013-11-15T23:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering of events using nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145045#M29622</link>
      <description>&lt;P&gt;From the look of it, it seems correct.&lt;/P&gt;

&lt;P&gt;Are you making the configuration in the correct place? See &lt;A href="http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings"&gt;http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2013 10:00:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145045#M29622</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-11-16T10:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering of events using nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145046#M29623</link>
      <description>&lt;P&gt;btw - you don't have the string &lt;CODE&gt;&amp;lt;sourcetype&amp;gt;&lt;/CODE&gt; in the props.conf stanza header, do you?&lt;/P&gt;

&lt;P&gt;That is meant to be replaced with actual sourcetype for which you want to perform nullQueueing, e.g. &lt;CODE&gt;[access_combined]&lt;/CODE&gt; or &lt;CODE&gt;[linux_secure]&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2013 10:44:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145046#M29623</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-11-17T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering of events using nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145047#M29624</link>
      <description>&lt;P&gt;I am updating the props.conf and transforms.conf on the indexers and search head.  The location I updated was the etc/system/local files.&lt;/P&gt;

&lt;P&gt;It seems to be working now so may have just missed refreshing the configs on an indexer.  Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2013 15:14:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-of-events-using-nullQueue/m-p/145047#M29624</guid>
      <dc:creator>flucman</dc:creator>
      <dc:date>2013-11-18T15:14:54Z</dc:date>
    </item>
  </channel>
</rss>

