<?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: data filter in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133328#M36389</link>
    <description>&lt;P&gt;That was the one I used for testing.  I fixed it.&lt;BR /&gt;
I tested this in the search window, and it worked fine.&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2014 15:46:56 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2014-01-31T15:46:56Z</dc:date>
    <item>
      <title>data filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133323#M36384</link>
      <description>&lt;P&gt;hello ,&lt;/P&gt;

&lt;H2&gt;@ props.conf&lt;/H2&gt;

&lt;P&gt;[host::TheHost]&lt;/P&gt;

&lt;P&gt;TRANSFORMS-ReadData_bktfileserver = filter_ReadData&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-filter4663 = filter_4663_readdata&lt;/P&gt;

&lt;H2&gt;@ transforms.conf&lt;/H2&gt;

&lt;H1&gt;Filter EventCode=4663 (Filter ReadData)&lt;/H1&gt;

&lt;P&gt;[filter_4663_readdata]&lt;BR /&gt;
REGEX = EventCode=4663.*?ReadData (or ListDirectory)&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;H2&gt;Can anybody help me ??? i am trying to filter eventcode 4663 but only those who have dhe extension "ReadData (or ListDirectory)"&lt;/H2&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133323#M36384</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2020-09-28T15:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: data filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133324#M36385</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;REGEX= "(?msi)EventCode=4663.*readdata|EventCode=4663.*listdirectory"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2014 14:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133324#M36385</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-01-31T14:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: data filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133325#M36386</link>
      <description>&lt;P&gt;I'm not quite sure I understood your question.&lt;BR /&gt;&lt;BR /&gt;
What do you mean by "filter"? Extracting the field or discarding it?&lt;BR /&gt;&lt;BR /&gt;
At the moment, you are creating the field "filter4663" in props.conf and tie it to your regex in transforms.conf, which gets discarded by FORMAT=nullQueue. So eventcode 4663 is replaced with nothing.  &lt;/P&gt;

&lt;P&gt;The regex doesn't seem to be valid, it should look like this:&lt;BR /&gt;&lt;BR /&gt;
    &lt;CODE&gt;REGEX = (?i)EventCode=4663.*ReadData\s\(or\sListDirectory\)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2014 14:43:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133325#M36386</guid>
      <dc:creator>hRun</dc:creator>
      <dc:date>2014-01-31T14:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: data filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133326#M36387</link>
      <description>&lt;P&gt;thanks for the answer,&lt;BR /&gt;
the point is that i want to drop all eventcodes 4663 for Object access with message "ReadData", because i have too much logs. BUT 4663 is for DELETE either. thats why i want to filter based on message attached to eventcode.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2014 15:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133326#M36387</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-01-31T15:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: data filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133327#M36388</link>
      <description>&lt;P&gt;why 4625? i want 4663&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2014 15:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133327#M36388</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-01-31T15:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: data filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133328#M36389</link>
      <description>&lt;P&gt;That was the one I used for testing.  I fixed it.&lt;BR /&gt;
I tested this in the search window, and it worked fine.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2014 15:46:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133328#M36389</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-01-31T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: data filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133329#M36390</link>
      <description>&lt;P&gt;thanks. it works&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:11:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133329#M36390</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-02-05T08:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: data filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133330#M36391</link>
      <description>&lt;P&gt;Good news.  Feel free to accept the answer.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 13:06:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/data-filter/m-p/133330#M36391</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-05T13:06:19Z</dc:date>
    </item>
  </channel>
</rss>

