<?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: How to blacklist application event level &amp;quot;Information&amp;quot; on Windows 2012 servers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243146#M47109</link>
    <description>&lt;P&gt;Tried below and made sure that forwarder was restarted after both changes. Still not working. Still getting Information events.&lt;BR /&gt;
our server are windows 2012&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
blacklist = Type=0
sourcetype = applicationerrors
disabled = 0
index = osgpp
disabled = false
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
blacklist = Type=Information
sourcetype = applicationerrors
disabled = 0
index = osgpp
disabled = false
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 20 May 2016 08:27:02 GMT</pubDate>
    <dc:creator>sim_tcr</dc:creator>
    <dc:date>2016-05-20T08:27:02Z</dc:date>
    <item>
      <title>How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243140#M47103</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;How to blacklist application event Level "Information" on Windows 2012 servers.&lt;/P&gt;

&lt;P&gt;Already tried:&lt;/P&gt;

&lt;P&gt;[WinEventLog:Application]&lt;BR /&gt;
&lt;STRONG&gt;blacklist = EventType=Information&lt;/STRONG&gt;&lt;BR /&gt;
sourcetype = applicationerrors&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = osgpp&lt;BR /&gt;
disabled = false&lt;BR /&gt;
crcSalt=&lt;/P&gt;

&lt;P&gt;[WinEventLog:Application]&lt;BR /&gt;
&lt;STRONG&gt;blacklist = EventType=0&lt;/STRONG&gt;&lt;BR /&gt;
sourcetype = applicationerrors&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = osgpp&lt;BR /&gt;
disabled = false&lt;BR /&gt;
crcSalt=&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 12:35:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243140#M47103</guid>
      <dc:creator>sim_tcr</dc:creator>
      <dc:date>2016-05-11T12:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243141#M47104</link>
      <description>&lt;P&gt;This needs to be deployed to all your forwarders and the Splunk forwarder instance on those servers must be restarted.  Even so, only events that are forwarded &lt;EM&gt;AFTER&lt;/EM&gt; the restart will be effected; "wrong" events forwarded before will still be there.  You can use the &lt;CODE&gt;delete&lt;/CODE&gt; command to hide them.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 14:37:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243141#M47104</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-11T14:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243142#M47105</link>
      <description>&lt;P&gt;But which one of them is correct?&lt;BR /&gt;
I tried both.&lt;BR /&gt;
Forwarders must have restarted whenever i deployed these. I pushed these through deployment server.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 15:03:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243142#M47105</guid>
      <dc:creator>sim_tcr</dc:creator>
      <dc:date>2016-05-12T15:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243143#M47106</link>
      <description>&lt;P&gt;Try changing it to:&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;/P&gt;

&lt;P&gt;instead of:&lt;/P&gt;

&lt;P&gt;[WinEventLog:Application]&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 14:14:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243143#M47106</guid>
      <dc:creator>spayneort</dc:creator>
      <dc:date>2016-05-13T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243144#M47107</link>
      <description>&lt;P&gt;Tried below and made sure that forwarder was restarted after both changes. Still not working. Still getting Information events.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
blacklist = EventType=0
sourcetype = applicationerrors
disabled = 0
index = osgpp
disabled = false
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
blacklist = EventType=Information
sourcetype = applicationerrors
disabled = 0
index = osgpp
disabled = false
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 May 2016 07:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243144#M47107</guid>
      <dc:creator>sim_tcr</dc:creator>
      <dc:date>2016-05-18T07:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243145#M47108</link>
      <description>&lt;P&gt;The EventType filter is for 2003 and earlier.  Use Type for 2008 and later.  The Microsoft documentation says that the numeric value for Type "Information" is 4.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Data/MonitorWindowseventlogdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Data/MonitorWindowseventlogdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/aa394226(v=vs.85).aspx"&gt;Win32_NTLogEvent class&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 17:04:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243145#M47108</guid>
      <dc:creator>spayneort</dc:creator>
      <dc:date>2016-05-18T17:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243146#M47109</link>
      <description>&lt;P&gt;Tried below and made sure that forwarder was restarted after both changes. Still not working. Still getting Information events.&lt;BR /&gt;
our server are windows 2012&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
blacklist = Type=0
sourcetype = applicationerrors
disabled = 0
index = osgpp
disabled = false
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
blacklist = Type=Information
sourcetype = applicationerrors
disabled = 0
index = osgpp
disabled = false
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 May 2016 08:27:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243146#M47109</guid>
      <dc:creator>sim_tcr</dc:creator>
      <dc:date>2016-05-20T08:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243147#M47110</link>
      <description>&lt;P&gt;Have you had a look at this question?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/152131/filter-windows-eventcode-using-blacklist-and-whitelist.html"&gt;https://answers.splunk.com/answers/152131/filter-windows-eventcode-using-blacklist-and-whitelist.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 12:08:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243147#M47110</guid>
      <dc:creator>yonick</dc:creator>
      <dc:date>2016-05-20T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist application event level "Information" on Windows 2012 servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243148#M47111</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
blacklist = Type="(Information)"
sourcetype = applicationerrors
disabled = 0
index = osgpp
disabled = false
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Above fixed my issue&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:31:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-application-event-level-quot-Information-quot/m-p/243148#M47111</guid>
      <dc:creator>sim_tcr</dc:creator>
      <dc:date>2016-06-01T07:31:26Z</dc:date>
    </item>
  </channel>
</rss>

