<?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 EventCode=5156 with Source_Port=8 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262864#M50465</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Source_port is not a valid key to use in blacklist&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Taken from the manual:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf?utm_source=answers&amp;amp;utm_medium=in-answer&amp;amp;utm_term=inputs.conf&amp;amp;utm_campaign=refdoc"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf?utm_source=answers&amp;amp;utm_medium=in-answer&amp;amp;utm_term=inputs.conf&amp;amp;utm_campaign=refdoc&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Valid keys for the key=regex format:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;The following keys are equivalent to the fields that appear in the text of
the acquired events:

&lt;UL&gt;
&lt;LI&gt;Category, CategoryString, ComputerName, EventCode, EventType, Keywords,
LogName, Message, OpCode, RecordNumber, Sid, SidType, SourceName,
TaskCategory, Type, User&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 10 Apr 2019 06:02:27 GMT</pubDate>
    <dc:creator>lakromani</dc:creator>
    <dc:date>2019-04-10T06:02:27Z</dc:date>
    <item>
      <title>Blacklisting EventCode=5156 with Source_Port=8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262857#M50458</link>
      <description>&lt;P&gt;I am trying to blacklist Windows Security event ID 5156 with source port number 8, but does not seem working.  Could anyone help me with this?   Thank you in advance.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 0
start_from = oldest
current_only = 0
evt_resolve_ad_obj = 1
checkpointInterval = 5
blacklist1 = EventCode="4662" Message="Object Type:\s+(?!groupPolicyContainer)"
blacklist2 = EventCode="566" Message="Object Type:\s+(?!groupPolicyContainer)"
blacklist3 = EventCode="5156" Source_Port=8
index = wineventlog
renderXml=false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262857#M50458</guid>
      <dc:creator>nathanpyun</dc:creator>
      <dc:date>2015-10-09T13:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting EventCode=5156 with Source_Port=8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262858#M50459</link>
      <description>&lt;P&gt;did you try escaping the double quotes ?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262858#M50459</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-10-09T13:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting EventCode=5156 with Source_Port=8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262859#M50460</link>
      <description>&lt;P&gt;I tried by doing:&lt;BR /&gt;&lt;BR /&gt;
blacklist3 = EventCode=5156 Source_Port=8&lt;/P&gt;

&lt;P&gt;blacklist3 = EventCode="5156 Source_Port=8"&lt;/P&gt;

&lt;P&gt;blacklist3 = EventCode=""5156" Source_Port="8""&lt;/P&gt;

&lt;P&gt;but none worked...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 20:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262859#M50460</guid>
      <dc:creator>nathanpyun</dc:creator>
      <dc:date>2015-10-09T20:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting EventCode=5156 with Source_Port=8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262860#M50461</link>
      <description>&lt;P&gt;in Splunk you usually escape characters with \, so if you want to escape a double quote you would type \"&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 08:15:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262860#M50461</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-10-12T08:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting EventCode=5156 with Source_Port=8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262861#M50462</link>
      <description>&lt;P&gt;sorry, I just realised that this website escaped my escaping character. &lt;BR /&gt;
I wanted to say that in Splunk you usually escape characters with a backslash  before the character   &lt;CODE&gt;EventCode=\"4662\"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 08:11:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262861#M50462</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-10-15T08:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting EventCode=5156 with Source_Port=8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262862#M50463</link>
      <description>&lt;P&gt;I'm struggling with a similar issue too, for me it seems to just be flatout blacklisting every 5156 EventCode at this point despite my 2nd regex criteria. I've tried both ways below.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;blacklist = EventCode="5156" Destination_Address="172\.(20|21)\.3\.(57|58|59|9)"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;blacklist = EventCode="5156" Message="Destination\ Address\:\ 172\.(20|21)\.3\.(57|58|59|9)"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 13:56:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262862#M50463</guid>
      <dc:creator>shawngarrettsgp</dc:creator>
      <dc:date>2016-05-26T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting EventCode=5156 with Source_Port=8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262863#M50464</link>
      <description>&lt;P&gt;I think my issue is that my UF's are still prior 6.1 &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt; :'(&lt;BR /&gt;
&lt;A href="http://blogs.splunk.com/2014/05/23/controlling-4662-messages-in-the-windows-security-event-log/"&gt;http://blogs.splunk.com/2014/05/23/controlling-4662-messages-in-the-windows-security-event-log/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 17:55:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262863#M50464</guid>
      <dc:creator>shawngarrettsgp</dc:creator>
      <dc:date>2016-05-26T17:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklisting EventCode=5156 with Source_Port=8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262864#M50465</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Source_port is not a valid key to use in blacklist&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Taken from the manual:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf?utm_source=answers&amp;amp;utm_medium=in-answer&amp;amp;utm_term=inputs.conf&amp;amp;utm_campaign=refdoc"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf?utm_source=answers&amp;amp;utm_medium=in-answer&amp;amp;utm_term=inputs.conf&amp;amp;utm_campaign=refdoc&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Valid keys for the key=regex format:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;The following keys are equivalent to the fields that appear in the text of
the acquired events:

&lt;UL&gt;
&lt;LI&gt;Category, CategoryString, ComputerName, EventCode, EventType, Keywords,
LogName, Message, OpCode, RecordNumber, Sid, SidType, SourceName,
TaskCategory, Type, User&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 10 Apr 2019 06:02:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklisting-EventCode-5156-with-Source-Port-8/m-p/262864#M50465</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2019-04-10T06:02:27Z</dc:date>
    </item>
  </channel>
</rss>

