<?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 Basic Windows Event filter via Universal Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Basic-Windows-Event-filter-via-Universal-Forwarder/m-p/36811#M6783</link>
    <description>&lt;P&gt;I've seen various answers to this general area of questioning, but I'm wondering what the current best practice is.&lt;/P&gt;

&lt;P&gt;I've just setup a brand new Splunk server on a Linux machine, and I'm starting off by pointing Windows 2008 R2 servers to it with the Universal Forwarder. The catch here is that I don't want &lt;EM&gt;everything&lt;/EM&gt; from the Windows Event Logs. I'm only interested in Warnings and Errors and ideally I don't want to have to parse them out on the server... I'd much prefer that they don't get transmitted at all. Thoughts?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2011 15:29:19 GMT</pubDate>
    <dc:creator>bcecka</dc:creator>
    <dc:date>2011-06-29T15:29:19Z</dc:date>
    <item>
      <title>Basic Windows Event filter via Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Basic-Windows-Event-filter-via-Universal-Forwarder/m-p/36811#M6783</link>
      <description>&lt;P&gt;I've seen various answers to this general area of questioning, but I'm wondering what the current best practice is.&lt;/P&gt;

&lt;P&gt;I've just setup a brand new Splunk server on a Linux machine, and I'm starting off by pointing Windows 2008 R2 servers to it with the Universal Forwarder. The catch here is that I don't want &lt;EM&gt;everything&lt;/EM&gt; from the Windows Event Logs. I'm only interested in Warnings and Errors and ideally I don't want to have to parse them out on the server... I'd much prefer that they don't get transmitted at all. Thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 15:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Basic-Windows-Event-filter-via-Universal-Forwarder/m-p/36811#M6783</guid>
      <dc:creator>bcecka</dc:creator>
      <dc:date>2011-06-29T15:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Windows Event filter via Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Basic-Windows-Event-filter-via-Universal-Forwarder/m-p/36812#M6784</link>
      <description>&lt;P&gt;universal and light forwarders do not parse events, which is part of why they have a smaller resource footprint. if you want to filter specific events out before they hit your indexer, you must use a heavy forwarder (so that it can check the events individually). information about doing this is here:&lt;BR /&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;</description>
      <pubDate>Wed, 29 Jun 2011 15:54:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Basic-Windows-Event-filter-via-Universal-Forwarder/m-p/36812#M6784</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2011-06-29T15:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Windows Event filter via Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Basic-Windows-Event-filter-via-Universal-Forwarder/m-p/36813#M6785</link>
      <description>&lt;P&gt;Based upon this, I installed a full instance, added some local logs, disabled splunkweb, and edited these files under /etc/system/local/:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::WinEventLog:Application]
TRANSFORMS-null= setnull

[source::WinEventLog:DNS Server]
TRANSFORMS-null= setnull

[source::WinEventLog:Directory Service]
TRANSFORMS-null= setnull

[source::WinEventLog:Security]
TRANSFORMS-null= setnull

[source::WinEventLog:System]
TRANSFORMS-null= setnull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull]
REGEX = (?m)^Type=Information
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is this the appropriate way of achieving what I'm looking for?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 17:35:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Basic-Windows-Event-filter-via-Universal-Forwarder/m-p/36813#M6785</guid>
      <dc:creator>bcecka</dc:creator>
      <dc:date>2011-06-29T17:35:47Z</dc:date>
    </item>
  </channel>
</rss>

