<?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: WMI EventLog Filtering in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49849#M9463</link>
    <description>&lt;P&gt;Never mind, i feel very very very stupid! For everyone who doesn't have a good configures GPO, uncheck the hide extentions for known file types and don't work with notepad!!!&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2011 00:36:38 GMT</pubDate>
    <dc:creator>CerielTjuh</dc:creator>
    <dc:date>2011-02-25T00:36:38Z</dc:date>
    <item>
      <title>WMI EventLog Filtering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49848#M9462</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Realization (Actions executed leading to the disruption):&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;We are currently trying to poll Windows 2008 servers with Splunk-wmi. As you know Windows 2008 generates a lot of eventlog messages and to stay within our 2GB/a day limit we want to filter out some data before sending it to the general indexer. We are currently using a demo splunk license to test it out before we are putting it into production. I have created a wmi poll using the Splunk data input wizard and I am getting the results in Splunk. My next step was to start filtering out events with an eventcode=5156 filter using a props.conf and transforms.conf file but I am not able to "filter out" the events.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Recreation (Could the disruption be recreated? If yes, please provide a exact step by step scenario):&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;---props.conf---&lt;/P&gt;

&lt;P&gt;[wmi]&lt;/P&gt;

&lt;P&gt;TRANSFORMS-null = wmi-null&lt;/P&gt;

&lt;P&gt;---transforms.conf---&lt;/P&gt;

&lt;P&gt;[wmi-null]&lt;/P&gt;

&lt;P&gt;REGEX=EventCode=(5156)&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue&lt;/P&gt;

&lt;P&gt;FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;I know there are a lot of topics about this subject but somehow I am to stupid to get this working with the examples given by other users...&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2011 23:56:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49848#M9462</guid>
      <dc:creator>CerielTjuh</dc:creator>
      <dc:date>2011-02-24T23:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: WMI EventLog Filtering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49849#M9463</link>
      <description>&lt;P&gt;Never mind, i feel very very very stupid! For everyone who doesn't have a good configures GPO, uncheck the hide extentions for known file types and don't work with notepad!!!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2011 00:36:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49849#M9463</guid>
      <dc:creator>CerielTjuh</dc:creator>
      <dc:date>2011-02-25T00:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: WMI EventLog Filtering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49850#M9464</link>
      <description>&lt;P&gt;Don't save your config files as .conf.txt....&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2011 00:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49850#M9464</guid>
      <dc:creator>CerielTjuh</dc:creator>
      <dc:date>2011-02-25T00:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: WMI EventLog Filtering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49851#M9465</link>
      <description>&lt;P&gt;this is so true.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2011 08:15:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49851#M9465</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2011-04-02T08:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: WMI EventLog Filtering</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49852#M9466</link>
      <description>&lt;P&gt;Beware the sourcetype is different between versions of splunk/windows app&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;old one is [wmi] &lt;/LI&gt;
&lt;LI&gt;new is [WMI:WinEventLog:Security]&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;see &lt;A href="http://splunk-base.splunk.com/answers/26192/cannot-filter-wmi-events-to-nullqueue-in-42x"&gt;http://splunk-base.splunk.com/answers/26192/cannot-filter-wmi-events-to-nullqueue-in-42x&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 19:41:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-EventLog-Filtering/m-p/49852#M9466</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2011-06-29T19:41:28Z</dc:date>
    </item>
  </channel>
</rss>

