<?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 Blacklisting Windows EventCode in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-Windows-EventCode/m-p/240892#M46779</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I have Heavy forwarders  windows in 6.2 version who's collecting the event from many universal forwarder. &lt;BR /&gt;
I need to blacklist some windows event code so I configured in inputs.conf &lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
blacklist = 4634&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;But the eventcode isn't filtered. &lt;BR /&gt;
Can you help me to find the source of the problem? &lt;BR /&gt;
Thank you. &lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 09:40:03 GMT</pubDate>
    <dc:creator>elianageara</dc:creator>
    <dc:date>2016-08-19T09:40:03Z</dc:date>
    <item>
      <title>Blacklisting Windows EventCode</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-Windows-EventCode/m-p/240892#M46779</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I have Heavy forwarders  windows in 6.2 version who's collecting the event from many universal forwarder. &lt;BR /&gt;
I need to blacklist some windows event code so I configured in inputs.conf &lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
blacklist = 4634&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;But the eventcode isn't filtered. &lt;BR /&gt;
Can you help me to find the source of the problem? &lt;BR /&gt;
Thank you. &lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 09:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-Windows-EventCode/m-p/240892#M46779</guid>
      <dc:creator>elianageara</dc:creator>
      <dc:date>2016-08-19T09:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting Windows EventCode</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-Windows-EventCode/m-p/240893#M46780</link>
      <description>&lt;P&gt;Here's one of my inputs that works.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [WinEventLog://Security]
 disabled = 0
 start_from = oldest
 current_only = 0
 evt_resolve_ad_obj = 1
 checkpointInterval = 5
 blacklist1 = EventCode="4662" Message="Object Type:\s+(?!groupPolicyContainer)"
 blacklist2 = EventCode="566" Message="Object Type:\s+(?!groupPolicyContainer)"
 blacklist3 = EventCode="5156" Message="Application Name:\s+(?!.*splunkd.exe)"
 index = idx_security
 renderXml=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think in your case, you can just add&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;blacklist1 = EventCode="4634"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Assuming that 'EventCode' is a valid field. &lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 15:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-Windows-EventCode/m-p/240893#M46780</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2016-08-19T15:25:08Z</dc:date>
    </item>
  </channel>
</rss>

