<?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 UniversalForwarder does not filter data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/UniversalForwarder-does-not-filter-data/m-p/119740#M24930</link>
    <description>&lt;P&gt;Hello. &lt;/P&gt;

&lt;P&gt;I would like sort the data from Windows Security log, but some reason still passed to all the data in Splunk server. &lt;/P&gt;

&lt;P&gt;In directory /splunk/etc/system/local/ I have created two files:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[WMI:WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-wmi=wminull&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[wminull]&lt;BR /&gt;
REGEX=(?m)^EventCode=(528|529|538|540|602|608|609|612|624|628|629|630|631|632|633|634|635|636|637|638|639|642|645|647|668)&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;But still in addition &lt;STRONG&gt;EventCode&lt;/STRONG&gt; from &lt;STRONG&gt;transforms.conf&lt;/STRONG&gt; in Splunk i can see another EventCode.&lt;/P&gt;

&lt;P&gt;Maybe someone did a similar sort and can share their code examples or point out my mistakes.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2014 06:15:47 GMT</pubDate>
    <dc:creator>templier</dc:creator>
    <dc:date>2014-01-21T06:15:47Z</dc:date>
    <item>
      <title>UniversalForwarder does not filter data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UniversalForwarder-does-not-filter-data/m-p/119740#M24930</link>
      <description>&lt;P&gt;Hello. &lt;/P&gt;

&lt;P&gt;I would like sort the data from Windows Security log, but some reason still passed to all the data in Splunk server. &lt;/P&gt;

&lt;P&gt;In directory /splunk/etc/system/local/ I have created two files:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;props.conf&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[WMI:WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-wmi=wminull&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[wminull]&lt;BR /&gt;
REGEX=(?m)^EventCode=(528|529|538|540|602|608|609|612|624|628|629|630|631|632|633|634|635|636|637|638|639|642|645|647|668)&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;But still in addition &lt;STRONG&gt;EventCode&lt;/STRONG&gt; from &lt;STRONG&gt;transforms.conf&lt;/STRONG&gt; in Splunk i can see another EventCode.&lt;/P&gt;

&lt;P&gt;Maybe someone did a similar sort and can share their code examples or point out my mistakes.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 06:15:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UniversalForwarder-does-not-filter-data/m-p/119740#M24930</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2014-01-21T06:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder does not filter data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UniversalForwarder-does-not-filter-data/m-p/119741#M24931</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
Your question is itself the answer :). Universal forwarder will not filter your data through props/transforms.conf. It should be placed on the indexer. in Splunk 6 there are options to specify which one actually you want to forward but you need to filter the&lt;/P&gt;

&lt;P&gt;_&lt;A href="http://blogs.splunk.com/2013/10/14/windows-event-logs-in-splunk-6/"&gt;http://blogs.splunk.com/2013/10/14/windows-event-logs-in-splunk-6/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;if you really need to filter from forwarder use a heavy forwarder. You will several examples of it how to do in splunkbase.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 06:31:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UniversalForwarder-does-not-filter-data/m-p/119741#M24931</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-01-21T06:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder does not filter data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UniversalForwarder-does-not-filter-data/m-p/119742#M24932</link>
      <description>&lt;P&gt;Hmm well it's true. &lt;BR /&gt;
Thank you opened my eyes to this problem. &lt;BR /&gt;
Read the article and try to solve this problem!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 06:42:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UniversalForwarder-does-not-filter-data/m-p/119742#M24932</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2014-01-21T06:42:36Z</dc:date>
    </item>
  </channel>
</rss>

