<?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: Filtering wmi events on a heavy forwarder. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33284#M5945</link>
    <description>&lt;P&gt;Never mind. It still doesn't work!&lt;/P&gt;</description>
    <pubDate>Sat, 21 Aug 2010 08:34:06 GMT</pubDate>
    <dc:creator>aaronzabell</dc:creator>
    <dc:date>2010-08-21T08:34:06Z</dc:date>
    <item>
      <title>Filtering wmi events on a heavy forwarder.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33280#M5941</link>
      <description>&lt;P&gt;I have a bunch of light forwarders sending data to a central heavy forwarder which sends the data to the main indexer.&lt;/P&gt;

&lt;P&gt;This is my &lt;CODE&gt;props.conf&lt;/CODE&gt; and &lt;CODE&gt;transforms.conf&lt;/CODE&gt; located on the central heavy forwarder. The light forwarders and main indexer do not have a &lt;CODE&gt;props.conf&lt;/CODE&gt; or &lt;CODE&gt;transforms.conf&lt;/CODE&gt;. 
Is this correct and/or what am I doing wrong and is there a more efficient way to do this?
Thanks.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;props.conf&lt;/CODE&gt; (located &lt;CODE&gt;%SPLUNK_HOME\etc\system\local\props.conf&lt;/CODE&gt;)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[wmi]
TRANSFORMS-wmi=wminull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;transforms.conf&lt;/CODE&gt; (located &lt;CODE&gt;%SPLUNK_HOME\etc\system\local\transforms.conf&lt;/CODE&gt;)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[wminull]
REGEX=(?m)^Process_Name="C:\\Winpds\\Prismexe\\netman.exe"
DEST_KEY=queue
FORMAT=nullQueue

[wminull]
REGEX=(?m)^Process_Name="C:\\Program*\\Symantec\\Symantec*Endpoint*Protection\\Rtvscan.exe"
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Aug 2010 03:24:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33280#M5941</guid>
      <dc:creator>aaronzabell</dc:creator>
      <dc:date>2010-08-19T03:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering wmi events on a heavy forwarder.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33281#M5942</link>
      <description>&lt;P&gt;Yes, this is right. Please see: &lt;A href="http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F" rel="nofollow"&gt;http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F&lt;/A&gt; for more about where to configure parsing settings.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2010 10:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33281#M5942</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-19T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering wmi events on a heavy forwarder.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33282#M5943</link>
      <description>&lt;P&gt;I don't think my syntax is correct though. These events are still being forwarded to the central indexer.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Aug 2010 00:54:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33282#M5943</guid>
      <dc:creator>aaronzabell</dc:creator>
      <dc:date>2010-08-21T00:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering wmi events on a heavy forwarder.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33283#M5944</link>
      <description>&lt;P&gt;I think i found it. There is a "." in the &lt;CODE&gt;REGEX&lt;/CODE&gt;. I needed to put a backslash "\" before the "." So the lines should have been:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;REGEX=(?m)^Process_Name="C:\\Winpds\\Prismexe\\netman\.exe"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;REGEX=(?m)^Process_Name="C:\\Program*\\Symantec\\Symantec Endpoint Protection\\Rtvscan\.exe"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Did I mention that I'm new to this whole &lt;CODE&gt;REGEX&lt;/CODE&gt; thing?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Aug 2010 06:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33283#M5944</guid>
      <dc:creator>aaronzabell</dc:creator>
      <dc:date>2010-08-21T06:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering wmi events on a heavy forwarder.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33284#M5945</link>
      <description>&lt;P&gt;Never mind. It still doesn't work!&lt;/P&gt;</description>
      <pubDate>Sat, 21 Aug 2010 08:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33284#M5945</guid>
      <dc:creator>aaronzabell</dc:creator>
      <dc:date>2010-08-21T08:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering wmi events on a heavy forwarder.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33285#M5946</link>
      <description>&lt;P&gt;bump! Help? Anyone?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2010 01:57:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33285#M5946</guid>
      <dc:creator>aaronzabell</dc:creator>
      <dc:date>2010-08-24T01:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering wmi events on a heavy forwarder.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33286#M5947</link>
      <description>&lt;P&gt;I even used the &lt;CODE&gt;msi&lt;/CODE&gt; option.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2010 01:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33286#M5947</guid>
      <dc:creator>aaronzabell</dc:creator>
      <dc:date>2010-08-24T01:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering wmi events on a heavy forwarder.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33287#M5948</link>
      <description>&lt;P&gt;I was completely off!&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Process_Name&lt;/CODE&gt; can't be used (unless I want to get really hard core in editing other conf files)&lt;/P&gt;

&lt;P&gt;Here is the working config:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;props.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-null = setnull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;transforms.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull]
REGEX=(?msi)^EventCode=(520.*netman\.exe|4656.*rtvscan\.exe)
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Aug 2010 01:10:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-wmi-events-on-a-heavy-forwarder/m-p/33287#M5948</guid>
      <dc:creator>aaronzabell</dc:creator>
      <dc:date>2010-08-26T01:10:39Z</dc:date>
    </item>
  </channel>
</rss>

