<?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: Splunk 6 - IIS nullQueue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158445#M32126</link>
    <description>&lt;P&gt;Just know that it will only drop newly added events.  The old events with that log line will still be there unless you add the role of Can_Delete and run a search to&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* HTTP_monitor | delete
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Feb 2014 21:46:19 GMT</pubDate>
    <dc:creator>dmaislin_splunk</dc:creator>
    <dc:date>2014-02-19T21:46:19Z</dc:date>
    <item>
      <title>Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158443#M32124</link>
      <description>&lt;P&gt;I'm trying to route certain IIS logs to the nullQueue but it doesn't seem to be working. &lt;BR /&gt;
the IIS log entry looks like this:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;2014-02-19 20:31:06 W3SVC1 Server1 10.10.10.1 GET /login.aspx - 80 - 10.10.1.1 HTTP/1.1 HTTP_monitor/10.0 - - websitelogin.com 200 0 0 5212 87 15&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;On my Indexer, I have setup /etc/system/local/props.conf like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[iis*]
TRANSFORMS-set = dropHTTPmonitor
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then I have /etc/system/local/transforms.conf like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[dropHTTPmonitor]
REGEX = (10\.10\.1\.1).*(HTTP_monitor\/10\.0)
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Restarted splunkd and splunk is still not dropping the events as I think it should. I tried simplifying the regex down to just (HTTP_monitor) and that didn't seem to work either. &lt;/P&gt;

&lt;P&gt;Any ideas? (Splunk Enterprise 6.0.1 and universial forwarder 6.0.1-189883 (x64))&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 21:17:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158443#M32124</guid>
      <dc:creator>rtafoya</dc:creator>
      <dc:date>2014-02-19T21:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158444#M32125</link>
      <description>&lt;P&gt;Just this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[dropHTTPmonitor]
REGEX = HTTP_monitor
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Feb 2014 21:44:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158444#M32125</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-02-19T21:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158445#M32126</link>
      <description>&lt;P&gt;Just know that it will only drop newly added events.  The old events with that log line will still be there unless you add the role of Can_Delete and run a search to&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* HTTP_monitor | delete
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Feb 2014 21:46:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158445#M32126</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-02-19T21:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158446#M32127</link>
      <description>&lt;P&gt;Thanks. Yes, I am aware that the already indexed events will not be dropped.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 22:26:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158446#M32127</guid>
      <dc:creator>rtafoya</dc:creator>
      <dc:date>2014-02-19T22:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158447#M32128</link>
      <description>&lt;P&gt;Does my suggestion above work?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 22:28:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158447#M32128</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-02-19T22:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158448#M32129</link>
      <description>&lt;P&gt;I tried using the regex you suggested above, but that did not work. &lt;BR /&gt;
Maybe this has to do with the new INDEXED_EXTRACTIONS settings for iis in Splunk 6.0?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 22:31:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158448#M32129</guid>
      <dc:creator>rtafoya</dc:creator>
      <dc:date>2014-02-19T22:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158449#M32130</link>
      <description>&lt;P&gt;Oh, did not know you were getting your header info that way.  Try the 5.x method using either DELIMS or just plain old EXTRACT or a REPORT with props and transforms and see if that works.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 22:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158449#M32130</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-02-19T22:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158450#M32131</link>
      <description>&lt;P&gt;How would I go about changing this in Splunk 6? the Default props.conf has the INDEXED_EXTRACTIONS setting. Do I just place a [iis] stanza in my local props.conf and set everything as i did with Splunk 5x iis extractions?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 15:36:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158450#M32131</guid>
      <dc:creator>rtafoya</dc:creator>
      <dc:date>2014-02-20T15:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158451#M32132</link>
      <description>&lt;P&gt;You have complete control over any given sourcetype so to make it easier I always start with not using IIS since that is one of the default source types for Splunk.  Further, once you have control over your sourcetype then you can do any preferred field extractions the way you want and your nullqueue will be fine.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 16:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158451#M32132</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-02-20T16:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158452#M32133</link>
      <description>&lt;P&gt;Unfortunately, I had to resort to setting sourcetype on the forwarder to "iisw3c" then setup props.conf and transforms.conf like I did IIS in splunk 5. I really wish i could get the nullQueue transform working with the Splunk 6 "INDEXED_EXTRACTIONS".&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158452#M32133</guid>
      <dc:creator>rtafoya</dc:creator>
      <dc:date>2014-02-20T22:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - IIS nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158453#M32134</link>
      <description>&lt;P&gt;rtafoya you ever figure this out?  I'm have the same type issue trying to nullQueue some load balancer noise out of the indexer.  thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2014 20:00:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-IIS-nullQueue/m-p/158453#M32134</guid>
      <dc:creator>cdupuis123</dc:creator>
      <dc:date>2014-09-22T20:00:42Z</dc:date>
    </item>
  </channel>
</rss>

