<?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 Events not being filtered from Universal forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Events-not-being-filtered-from-Universal-forwarder/m-p/93869#M19525</link>
    <description>&lt;P&gt;Trying to figure out whey I have events showing up that I am not wanting.  I only want the events listed below so trying to sort out why.&lt;/P&gt;

&lt;P&gt;Transforms.conf &lt;BR /&gt;
[winevtnull]&lt;BR /&gt;
REGEX=(?m).&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/P&gt;

&lt;P&gt;[winevtparsing]&lt;BR /&gt;
REGEX=(?m)^EventCode=(4720|4725|4727|4728|4740|4754|4767|4794|4726|4932|4933|4935|4936|4937|5136|5137|5138|5139|5141|4649|5148|5149|4719|4739|4865|4946|4947|4948|6145|4674|4697|4672|4673)&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=indexQueue&lt;/P&gt;

&lt;P&gt;Props.conf&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-winevt=winevtnull, winevtparsing&lt;/P&gt;

&lt;P&gt;Inputs.conf&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
host = server&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-perfmon.path]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog:Application]&lt;/P&gt;

&lt;P&gt;[WinEventLog:ForwardedEvents]&lt;/P&gt;

&lt;P&gt;[WinEventLog:HardwareEvents]&lt;/P&gt;

&lt;P&gt;[WinEventLog:Internet Explorer]&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = newest&lt;BR /&gt;
current_only = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog:Setup]&lt;/P&gt;

&lt;P&gt;[WinEventLog:System]&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:09:08 GMT</pubDate>
    <dc:creator>mlevenson</dc:creator>
    <dc:date>2020-09-28T13:09:08Z</dc:date>
    <item>
      <title>Events not being filtered from Universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-not-being-filtered-from-Universal-forwarder/m-p/93869#M19525</link>
      <description>&lt;P&gt;Trying to figure out whey I have events showing up that I am not wanting.  I only want the events listed below so trying to sort out why.&lt;/P&gt;

&lt;P&gt;Transforms.conf &lt;BR /&gt;
[winevtnull]&lt;BR /&gt;
REGEX=(?m).&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/P&gt;

&lt;P&gt;[winevtparsing]&lt;BR /&gt;
REGEX=(?m)^EventCode=(4720|4725|4727|4728|4740|4754|4767|4794|4726|4932|4933|4935|4936|4937|5136|5137|5138|5139|5141|4649|5148|5149|4719|4739|4865|4946|4947|4948|6145|4674|4697|4672|4673)&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=indexQueue&lt;/P&gt;

&lt;P&gt;Props.conf&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-winevt=winevtnull, winevtparsing&lt;/P&gt;

&lt;P&gt;Inputs.conf&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
host = server&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-perfmon.path]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog:Application]&lt;/P&gt;

&lt;P&gt;[WinEventLog:ForwardedEvents]&lt;/P&gt;

&lt;P&gt;[WinEventLog:HardwareEvents]&lt;/P&gt;

&lt;P&gt;[WinEventLog:Internet Explorer]&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = newest&lt;BR /&gt;
current_only = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog:Setup]&lt;/P&gt;

&lt;P&gt;[WinEventLog:System]&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:09:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-not-being-filtered-from-Universal-forwarder/m-p/93869#M19525</guid>
      <dc:creator>mlevenson</dc:creator>
      <dc:date>2020-09-28T13:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Events not being filtered from Universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-not-being-filtered-from-Universal-forwarder/m-p/93870#M19526</link>
      <description>&lt;P&gt;Universal Forwarders do not perform filtering, that has to be done on the indexer (or any other interim "heavy" Splunk instance that does parsing)&lt;/P&gt;

&lt;P&gt;EDIT: Adding some info from the docs: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Routeandfilterdatad"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;"&lt;STRONG&gt;Important:&lt;/STRONG&gt; Only heavy forwarders can route or filter data at the event level. Universal forwarders and light forwarders do not have the ability to inspect individual events, but they can still forward data based on a data stream's host, source, or source type. They can also route based on the data's input stanza, as described here."&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2013 18:01:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-not-being-filtered-from-Universal-forwarder/m-p/93870#M19526</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-01-21T18:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Events not being filtered from Universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-not-being-filtered-from-Universal-forwarder/m-p/93871#M19527</link>
      <description>&lt;P&gt;I also found I needed to remove (?m)^ since I was not doing WMI calls for the event gathering.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2013 20:50:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-not-being-filtered-from-Universal-forwarder/m-p/93871#M19527</guid>
      <dc:creator>mlevenson</dc:creator>
      <dc:date>2013-01-21T20:50:54Z</dc:date>
    </item>
  </channel>
</rss>

