<?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 discard not needed events in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82505#M17095</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am new to splunk, I only want to forward specific events to splunk (for example: failures)and discard the rest.In the props.conf file&lt;BR /&gt;
I added these lines below&lt;BR /&gt;
[WMI:WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-wmi=wminull&lt;/P&gt;

&lt;P&gt;and in the transforms.conf file, I added those lines&lt;BR /&gt;
[wminull]&lt;BR /&gt;
REGEX=(?m)^Keywords = Audit Success&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/P&gt;

&lt;P&gt;the indexer is still receiving the Audit Success logs, would you please let me know what I am doing wrong?&lt;/P&gt;

&lt;P&gt;thanks,.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2013 19:39:36 GMT</pubDate>
    <dc:creator>Clovens</dc:creator>
    <dc:date>2013-07-02T19:39:36Z</dc:date>
    <item>
      <title>discard not needed events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82505#M17095</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am new to splunk, I only want to forward specific events to splunk (for example: failures)and discard the rest.In the props.conf file&lt;BR /&gt;
I added these lines below&lt;BR /&gt;
[WMI:WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-wmi=wminull&lt;/P&gt;

&lt;P&gt;and in the transforms.conf file, I added those lines&lt;BR /&gt;
[wminull]&lt;BR /&gt;
REGEX=(?m)^Keywords = Audit Success&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/P&gt;

&lt;P&gt;the indexer is still receiving the Audit Success logs, would you please let me know what I am doing wrong?&lt;/P&gt;

&lt;P&gt;thanks,.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2013 19:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82505#M17095</guid>
      <dc:creator>Clovens</dc:creator>
      <dc:date>2013-07-02T19:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: discard not needed events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82506#M17096</link>
      <description>&lt;P&gt;Two possible causes to this:&lt;BR /&gt;
 - You're trying to do this on a Universal Forwarder. These will not filter data - it has to be done on the indexer.&lt;BR /&gt;
 - Your regex isn't matching properly.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2013 20:25:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82506#M17096</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-07-02T20:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: discard not needed events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82507#M17097</link>
      <description>&lt;P&gt;Clovens,&lt;/P&gt;

&lt;P&gt;Another possibility is that that beginning of line character may not actually be there.  Try it with just Audit Success and see what happens.&lt;/P&gt;

&lt;P&gt;Also, the things that Ayn mentioned.  Make sure those are correct first.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2013 02:59:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82507#M17097</guid>
      <dc:creator>mloven_splunk</dc:creator>
      <dc:date>2013-07-03T02:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: discard not needed events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82508#M17098</link>
      <description>&lt;P&gt;I made the changes but the indexer is still collecting the data,&lt;BR /&gt;
I even tried using the eventype but that didn't work either.&lt;/P&gt;

&lt;P&gt;[EventType]&lt;BR /&gt;
REGEX=(?m)Type=Information&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/P&gt;

&lt;P&gt;below is one of the events that I want to discard&lt;/P&gt;

&lt;P&gt;LogName=Security&lt;BR /&gt;
SourceName=Microsoft Windows securityauditing.&lt;BR /&gt;
EventCode=5156&lt;BR /&gt;
EventType=0&lt;BR /&gt;
Type=Information&lt;BR /&gt;
ComputerName=Computer.domain.inc&lt;BR /&gt;
TaskCategory=Filtering Platform Connection&lt;BR /&gt;
OpCode=Info&lt;BR /&gt;
RecordNumber=711139664&lt;BR /&gt;
Keywords=Audit Success&lt;BR /&gt;
Message=The Windows Filtering Platform has allowed a connection.&lt;/P&gt;

&lt;P&gt;would you please take a look, thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2013 17:01:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/discard-not-needed-events/m-p/82508#M17098</guid>
      <dc:creator>Clovens</dc:creator>
      <dc:date>2013-07-08T17:01:11Z</dc:date>
    </item>
  </channel>
</rss>

