<?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: nullQueue for Windows event codes not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148570#M30243</link>
    <description>&lt;P&gt;the settings are on the indexers - I am working with support on the issue - Thanks for the suggestions&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2015 15:35:28 GMT</pubDate>
    <dc:creator>ebailey</dc:creator>
    <dc:date>2015-06-29T15:35:28Z</dc:date>
    <item>
      <title>nullQueue for Windows event codes not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148565#M30238</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to setup a nullQueue for Windows security events we do not care to index into Splunk and my configuration is not working. I am using the below on the Indexer and restarted Splunk. I do not see any errors and I am not sure how else to troubleshoot the issue. The sourcetype in the props matches the sourcetype of the data. Any feedback is most appreciated.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-WinEvents=eliminate-eventcodes&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;P&gt;[eliminate-eventcodes]&lt;BR /&gt;
REGEX = EventCode=(5156|4656|33205|5158|577|578|5157|5145|4769|4768|5145|4634)&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:45:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148565#M30238</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2015-06-11T14:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: nullQueue for Windows event codes not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148566#M30239</link>
      <description>&lt;P&gt;Try...&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-DiscardWinEvents = eliminate-eventcodes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[eliminate-eventcodes]
REGEX = (?m)^EventCode=(5156|4656|33205|5158|577|578|5157|5145|4769|4768|5145|4634)
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You'll need to restart your indexer again after making the change.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 22:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148566#M30239</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-06-11T22:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: nullQueue for Windows event codes not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148567#M30240</link>
      <description>&lt;P&gt;No joy - I made the change and then restarted splunkd. The events are still being indexed. I have other data getting dumped to nullqeueu so this not working is confusing.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2015 14:12:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148567#M30240</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2015-06-12T14:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: nullQueue for Windows event codes not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148568#M30241</link>
      <description>&lt;P&gt;Could email me a ./splunk diag from your forwarder and your indexer? (See e-mail address in my portfolio) &lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2015 14:52:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148568#M30241</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-06-12T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: nullQueue for Windows event codes not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148569#M30242</link>
      <description>&lt;P&gt;if you are using an Universal/Lightweight forwarder, then the nullQueue props/transforms have to be on the indexers.&lt;BR /&gt;
But if you re using heavy forwarders (HF), you need to put the props/transforms have to to be on the HF.&lt;/P&gt;

&lt;P&gt;otherwise since splunk 5, you can filter evencodes directly on the forwarders in the inputs.con (look for blacklist under WinEventcode)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2015 23:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148569#M30242</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2015-06-12T23:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: nullQueue for Windows event codes not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148570#M30243</link>
      <description>&lt;P&gt;the settings are on the indexers - I am working with support on the issue - Thanks for the suggestions&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:35:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/nullQueue-for-Windows-event-codes-not-working/m-p/148570#M30243</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2015-06-29T15:35:28Z</dc:date>
    </item>
  </channel>
</rss>

