<?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: Filter Windows EventCode 0 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-all-events-being-filter-except-for-EventCode-0-when/m-p/568262#M100859</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EventCode 0 was not being filtered because it is an Application event and not a security event.&lt;/P&gt;&lt;P&gt;In this way I solved it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;[source::WinEventLog:Application]&lt;BR /&gt;TRANSFORMS-wmi = setnull2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[setnull2]&lt;BR /&gt;REGEX= (?msi) ^EventCode=(0)&lt;BR /&gt;DEST_KEY=queue&lt;BR /&gt;FORMAT=nullQueue&lt;/P&gt;</description>
    <pubDate>Thu, 23 Sep 2021 15:05:25 GMT</pubDate>
    <dc:creator>splunkcol</dc:creator>
    <dc:date>2021-09-23T15:05:25Z</dc:date>
    <item>
      <title>Why are all events being filter except for EventCode 0 when filtering Windows Events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-all-events-being-filter-except-for-EventCode-0-when/m-p/563249#M100359</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I'm filtering windows events from the Heavy Forwarder, everything works fine, all events are filtered except for EventCode = 0 any idea why?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="splunkcol_1-1628884389005.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15567i86165BE2D578D329/image-size/large?v=v2&amp;amp;px=999" role="button" title="splunkcol_1-1628884389005.png" alt="splunkcol_1-1628884389005.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="splunkcol_2-1628884418013.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15568i04D4ADAA4C349665/image-size/large?v=v2&amp;amp;px=999" role="button" title="splunkcol_2-1628884418013.png" alt="splunkcol_2-1628884418013.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 16:46:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-all-events-being-filter-except-for-EventCode-0-when/m-p/563249#M100359</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2022-03-01T16:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Windows EventCode 0</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-all-events-being-filter-except-for-EventCode-0-when/m-p/568262#M100859</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EventCode 0 was not being filtered because it is an Application event and not a security event.&lt;/P&gt;&lt;P&gt;In this way I solved it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;[source::WinEventLog:Application]&lt;BR /&gt;TRANSFORMS-wmi = setnull2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[setnull2]&lt;BR /&gt;REGEX= (?msi) ^EventCode=(0)&lt;BR /&gt;DEST_KEY=queue&lt;BR /&gt;FORMAT=nullQueue&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 15:05:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-all-events-being-filter-except-for-EventCode-0-when/m-p/568262#M100859</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2021-09-23T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Windows EventCode 0</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-all-events-being-filter-except-for-EventCode-0-when/m-p/586904#M103131</link>
      <description>&lt;P&gt;We were able to filter it out from the UF using the following in our inputs.conf:&lt;/P&gt;&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;disabled = 0&lt;BR /&gt;index = windows_index&lt;BR /&gt;blacklist1 = EventCode="0"&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 21:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-all-events-being-filter-except-for-EventCode-0-when/m-p/586904#M103131</guid>
      <dc:creator>jdhunter</dc:creator>
      <dc:date>2022-02-28T21:47:59Z</dc:date>
    </item>
  </channel>
</rss>

