<?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 Exclude Windows EventTypes in Splunk Heavy Fowarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Exclude-Windows-EventTypes-in-Splunk-Heavy-Fowarder/m-p/47851#M96734</link>
    <description>&lt;P&gt;I think you are close to what you want to but there is one (maybe more) error.  One error was the spaces that you had in the regex, also specifying ".*^Type=Success Audit" in the regex is unnecessary.  I also modified the sourcetype name in the props.conf stanza (are you actually collecting the logs via WMI?) &lt;/P&gt;

&lt;P&gt;Try this:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf changes&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-set=setnull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf changes&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull] 
REGEX=(?mi)^EventCode=(4674)
DEST_KEY=queue 
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 01 Mar 2013 02:48:14 GMT</pubDate>
    <dc:creator>sbrant_splunk</dc:creator>
    <dc:date>2013-03-01T02:48:14Z</dc:date>
    <item>
      <title>How to Exclude Windows EventTypes in Splunk Heavy Fowarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Exclude-Windows-EventTypes-in-Splunk-Heavy-Fowarder/m-p/47850#M96733</link>
      <description>&lt;P&gt;I'm trying to exclude event type "4674" from showing up in my Splunk Indexer.  I'm using in Heavy Forwarder. I was making changes in the props.conf and transform.conf files in the Local file folder as opposed to the Default file folder. &lt;/P&gt;

&lt;P&gt;I'm using a Heavy Forwarder on a Windows 7 32-bit VMWare box.&lt;/P&gt;

&lt;P&gt;Here's my coding:&lt;/P&gt;

&lt;H5&gt;Props.conf changes&lt;/H5&gt;

&lt;P&gt;[WMI:WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-set=setnull&lt;/P&gt;

&lt;H5&gt;Transform.conf changes&lt;/H5&gt;

&lt;P&gt;[setnull] REGEX =(?msi)^EventCode = (4674).*^Type=Success Audit DEST_KEY=queue FORMAT=nullQueue&lt;/P&gt;

&lt;P&gt;When I check my indexer, event code 4674 still appears.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 23:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Exclude-Windows-EventTypes-in-Splunk-Heavy-Fowarder/m-p/47850#M96733</guid>
      <dc:creator>uayub</dc:creator>
      <dc:date>2013-02-28T23:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude Windows EventTypes in Splunk Heavy Fowarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Exclude-Windows-EventTypes-in-Splunk-Heavy-Fowarder/m-p/47851#M96734</link>
      <description>&lt;P&gt;I think you are close to what you want to but there is one (maybe more) error.  One error was the spaces that you had in the regex, also specifying ".*^Type=Success Audit" in the regex is unnecessary.  I also modified the sourcetype name in the props.conf stanza (are you actually collecting the logs via WMI?) &lt;/P&gt;

&lt;P&gt;Try this:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf changes&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-set=setnull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf changes&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull] 
REGEX=(?mi)^EventCode=(4674)
DEST_KEY=queue 
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Mar 2013 02:48:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Exclude-Windows-EventTypes-in-Splunk-Heavy-Fowarder/m-p/47851#M96734</guid>
      <dc:creator>sbrant_splunk</dc:creator>
      <dc:date>2013-03-01T02:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude Windows EventTypes in Splunk Heavy Fowarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Exclude-Windows-EventTypes-in-Splunk-Heavy-Fowarder/m-p/47852#M96735</link>
      <description>&lt;P&gt;Also, be sure to put these configs in the props/transforms on the heavy forwarder and not the indexer.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 03:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Exclude-Windows-EventTypes-in-Splunk-Heavy-Fowarder/m-p/47852#M96735</guid>
      <dc:creator>sbrant_splunk</dc:creator>
      <dc:date>2013-03-01T03:01:17Z</dc:date>
    </item>
  </channel>
</rss>

