<?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 do I exclude some windows events from being indexed?? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98035#M20461</link>
    <description>&lt;P&gt;That works excellent!! Many thanks&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2011 19:09:17 GMT</pubDate>
    <dc:creator>pstamati</dc:creator>
    <dc:date>2011-05-10T19:09:17Z</dc:date>
    <item>
      <title>How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98029#M20455</link>
      <description>&lt;P&gt;Hi all!.&lt;BR /&gt;
I'm new with Splunk. I´m trying to exclude some events from being indexed but I really don´t know where to start. Where do i need to exclude these events IDs? For example, events 576, 576, 538, 540, etc.&lt;/P&gt;

&lt;P&gt;Many thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2011 18:27:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98029#M20455</guid>
      <dc:creator>pstamati</dc:creator>
      <dc:date>2011-05-09T18:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98030#M20456</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;You should review the following link, there is an example of this which can be found here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Deploy/Routeandfilterdatad"&gt;http://www.splunk.com/base/Documentation/latest/Deploy/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Filter WMI events&lt;/P&gt;

&lt;P&gt;To filter on WMI events, you must use the [wmi] source type stanza in props.conf. The following example uses regex to filter out two Windows event codes, 592 and 593:&lt;/P&gt;

&lt;P&gt;In props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[wmi]
TRANSFORMS-wmi=wminull

In transforms.conf:

[wminull]
REGEX=(?m)^EventCode=(592|593)
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 May 2011 18:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98030#M20456</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2011-05-09T18:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98031#M20457</link>
      <description>&lt;P&gt;Maybe I'm doing something wrong. It Doesn't appear to be working. I modified both files adding the text you posted but events are still being indexed.&lt;BR /&gt;
Should I modified something else? Is there any other component that must be enabled to do this?&lt;BR /&gt;
Regards &lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2011 15:21:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98031#M20457</guid>
      <dc:creator>pstamati</dc:creator>
      <dc:date>2011-05-10T15:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98032#M20458</link>
      <description>&lt;P&gt;Where are you trying to do this? On an Indexer? How is this data making it into Splunk? These settings should be implemented where the data is actually parsed. So, maybe that is the story? Also, what version of splunk is this? This was broken in 4.2, fixed in 4.2.1&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2011 15:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98032#M20458</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2011-05-10T15:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98033#M20459</link>
      <description>&lt;P&gt;I have the trial version actually. I Modified the files from &lt;BR /&gt;
c:\program files\Splunk\etc\system\default. This is what you asked for?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2011 16:50:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98033#M20459</guid>
      <dc:creator>pstamati</dc:creator>
      <dc:date>2011-05-10T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98034#M20460</link>
      <description>&lt;P&gt;It is probably better to add comments vs adding in your comments as new answers. That being said, changes should be made into $SPLUNK_HOME/etc/system/local. Still, not sure what version your running..'trial' is just the latest, AFAIK, so I presume its either 4.2 or 4.2.1. &lt;/P&gt;

&lt;P&gt;FYI: &lt;A href="http://www.splunk.com/base/Documentation/latest/admin/Aboutconfigurationfiles"&gt;http://www.splunk.com/base/Documentation/latest/admin/Aboutconfigurationfiles&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;'When you edit a configuration file, you should not edit the version in $SPLUNK_HOME/etc/system/default.'&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2011 16:54:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98034#M20460</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2011-05-10T16:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98035#M20461</link>
      <description>&lt;P&gt;That works excellent!! Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2011 19:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98035#M20461</guid>
      <dc:creator>pstamati</dc:creator>
      <dc:date>2011-05-10T19:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98036#M20462</link>
      <description>&lt;P&gt;How does this apply to WMI data being collected by the universal forwarder?  Do I have to create these config files locally on each system with the forwarder?  I modified my configs on the Indexer and it had no effect.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 17:41:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98036#M20462</guid>
      <dc:creator>ehoward</dc:creator>
      <dc:date>2011-09-07T17:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude some windows events from being indexed??</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98037#M20463</link>
      <description>&lt;P&gt;Beware : &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;the sourcetypes are different in splunk 4.1 and splunk 4.2&lt;BR /&gt;
see for splunk 4.2&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.2.3/Deploy/Routeandfilterdatad#Filter_WMI_events"&gt;http://docs.splunk.com/Documentation/Splunk/4.2.3/Deploy/Routeandfilterdatad#Filter_WMI_events&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;the props and transforms have to be setup on the server parsing the events (indexers and regular forwarders)&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 07 Sep 2011 19:51:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-exclude-some-windows-events-from-being-indexed/m-p/98037#M20463</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2011-09-07T19:51:46Z</dc:date>
    </item>
  </channel>
</rss>

