<?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: How to blacklist events for a specific event code and task category? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438189#M76412</link>
    <description>&lt;P&gt;Thanks , I tried it as well.. Did not work , still see the events come in.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jul 2018 22:37:18 GMT</pubDate>
    <dc:creator>nmohammed</dc:creator>
    <dc:date>2018-07-13T22:37:18Z</dc:date>
    <item>
      <title>How to blacklist events for a specific event code and task category?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438185#M76408</link>
      <description>&lt;P&gt;Trying to blacklist specific windows event logs based on event code and task category, but doesn't work .&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
index = winevents
renderXml=false
blacklist1=EventCode="5145" TaskCategory="(Detailed File Share|File Share)"

Example event - 

07/13/2018 11:22:01 AM
LogName=Security
SourceName=Microsoft Windows security auditing.
EventCode=5140
EventType=0
Type=Information
ComputerName=SomeServer
TaskCategory=File Share
OpCode=Info
RecordNumber=5487448804
Keywords=Audit Success
Message=A network share object was accessed.

Subject:
    Security ID:        S-1-5-21-xxxxxxxxx-xxxxxx-xxxxxx-xxxx
    Account Name:       cz9_rmc_s3_CIFS$
    Account Domain:     domain
    Logon ID:       0x3D9AC95C1

Network Information:    
    Object Type:        File
    Source Address:     10.xxx.xx.xxx
    Source Port:        45088

Share Information:
    Share Name:     \\*\IPC$
    Share Path:     

Access Request Information:
    Access Mask:        0x1
    Accesses:       ReadData (or ListDirectory)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Jul 2018 18:52:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438185#M76408</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2018-07-13T18:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist events for a specific event code and task category?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438186#M76409</link>
      <description>&lt;P&gt;try this &lt;/P&gt;

&lt;P&gt;blacklist=EventCode=%^5145$%  TaskCategory=%(Detailed File Share|File Share)%&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 18:59:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438186#M76409</guid>
      <dc:creator>CarsonZa</dc:creator>
      <dc:date>2018-07-13T18:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist events for a specific event code and task category?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438187#M76410</link>
      <description>&lt;P&gt;Try using just &lt;CODE&gt;blacklist&lt;/CODE&gt; instead of &lt;CODE&gt;blacklist1&lt;/CODE&gt;. You can have upto 10 blacklist filters applied but it should start with &lt;CODE&gt;blacklist&lt;/CODE&gt;, &lt;CODE&gt;blacklist1&lt;/CODE&gt;, &lt;CODE&gt;blacklist2&lt;/CODE&gt;...etc till &lt;CODE&gt;blacklist9&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 19:11:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438187#M76410</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-07-13T19:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist events for a specific event code and task category?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438188#M76411</link>
      <description>&lt;P&gt;Tried this - &lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
index = winevents&lt;BR /&gt;
renderXml=false&lt;BR /&gt;
blacklist1=EventCode="5145" TaskCategory="Detailed File Share"&lt;BR /&gt;
blacklist1=EventCode="5145" TaskCategory="File Share"&lt;/P&gt;

&lt;P&gt;Did not work. Still see the events come in.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:26:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438188#M76411</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2020-09-29T20:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist events for a specific event code and task category?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438189#M76412</link>
      <description>&lt;P&gt;Thanks , I tried it as well.. Did not work , still see the events come in.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 22:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438189#M76412</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2018-07-13T22:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist events for a specific event code and task category?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438190#M76413</link>
      <description>&lt;P&gt;Actually this worked. I had two different EventCodes sending the Same Category. &lt;/P&gt;

&lt;P&gt;Thanks @CarsonZa&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 23:33:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/438190#M76413</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2018-07-13T23:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to blacklist events for a specific event code and task category?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/513100#M87005</link>
      <description>&lt;P&gt;Thank you for sharing. I found this helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 21:17:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-blacklist-events-for-a-specific-event-code-and-task/m-p/513100#M87005</guid>
      <dc:creator>gurulee</dc:creator>
      <dc:date>2020-08-07T21:17:06Z</dc:date>
    </item>
  </channel>
</rss>

