<?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: Blacklisting Windows EventCodes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671150#M230018</link>
    <description>&lt;P&gt;I've tried both of those. I forgot to put EventCode= &amp;nbsp;in a couple examples&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2023 12:16:55 GMT</pubDate>
    <dc:creator>Bo3432</dc:creator>
    <dc:date>2023-12-07T12:16:55Z</dc:date>
    <item>
      <title>Blacklisting Windows EventCodes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671099#M229996</link>
      <description>&lt;P&gt;I am trying to remove window EventCodes 4688 and 4627. Nothing I have tried has worked. Her are the things that I have tried. This is on the inputs.conf.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;blacklist = EventCode="4688" Message="(?:New Process Name:).+(?:SplunkUniversalForwarder\bin\splunk.exe)|.+(?:SplunkUniversalForwarder\bin\splunkd.exe)|.+(?:SplunkUniversalForwarder\bin\btool.exe)|.+(?:Splunk\bin\splunk.exe)|.+(?:Splunk\bin\splunkd.exe)|.+(?:Splunk\bin\btool.exe)|.+(?:Agent\MonitoringHost.exe)"

blacklist1= EventCode="4688"
blacklist2= EventCode="4627"

blacklist= EventCode=4627,4688

blacklist = EventCode=4627|4688

blacklist= EventCode=%^(4627|4688)$%

blacklist= EventCode=%^4627$%

blacklist= EventCode=%^4688$%&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 13:06:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671099#M229996</guid>
      <dc:creator>Bo3432</dc:creator>
      <dc:date>2023-12-07T13:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting Windows EventCodes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671105#M229998</link>
      <description>&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Event Code Watchlist:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Think of your computer as a detective, always keeping an eye on what's happening. EventCodes are like clues or signals.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Blacklist = Unwanted Events:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Blacklisting is saying, "I don't want these specific clues or signals." It's like telling the detective to ignore certain types of information.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Filtering Out Unwanted Stuff:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Imagine you're sorting through mail. Blacklisting is like throwing away letters from certain senders you don't want to hear from.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Improving Focus:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;By blacklisting EventCodes, you're helping your computer focus on the events that matter and ignoring the ones that don't.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Less Noise, More Clarity:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It's like reducing background noise so you can hear the important stuff clearly. Blacklisting helps your computer concentrate on significant events.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 07 Dec 2023 05:54:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671105#M229998</guid>
      <dc:creator>soniya-01</dc:creator>
      <dc:date>2023-12-07T05:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting Windows EventCodes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671106#M229999</link>
      <description>&lt;P&gt;I know the purpose of blacklist&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 05:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671106#M229999</guid>
      <dc:creator>Bo3432</dc:creator>
      <dc:date>2023-12-07T05:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting Windows EventCodes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671115#M230002</link>
      <description>&lt;P&gt;You mix two different things. One is blacklisting by eventID&lt;/P&gt;&lt;PRE&gt;blacklist=4627,4688&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;blacklist3=4627,4688&lt;/PRE&gt;&lt;P&gt;(of course it can be blacklist1 all the way to blacklist9).&lt;/P&gt;&lt;P&gt;That should work for any event format.&lt;/P&gt;&lt;P&gt;The other format is filtering based on event's contents (which might also include the EventID field).&lt;/P&gt;&lt;P&gt;And the equivalent would be&lt;/P&gt;&lt;PRE&gt;blacklist=EventCode=%^(4627|3688)$%&lt;/PRE&gt;&lt;P&gt;You can of course specify a different delimiter for your regex so it might be for example&lt;/P&gt;&lt;PRE&gt;blacklist=EventCode=+^(4627|3688)$+&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Dec 2023 07:52:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671115#M230002</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-12-07T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting Windows EventCodes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671150#M230018</link>
      <description>&lt;P&gt;I've tried both of those. I forgot to put EventCode= &amp;nbsp;in a couple examples&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 12:16:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blacklisting-Windows-EventCodes/m-p/671150#M230018</guid>
      <dc:creator>Bo3432</dc:creator>
      <dc:date>2023-12-07T12:16:55Z</dc:date>
    </item>
  </channel>
</rss>

