<?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: Need to Disable A Process Name with Event ID in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517493#M87571</link>
    <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;But it would be really helpful if you can provide a inputs config file so that i can check on the same.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 14:29:10 GMT</pubDate>
    <dc:creator>anandhalagaras1</dc:creator>
    <dc:date>2020-09-02T14:29:10Z</dc:date>
    <item>
      <title>Need to Disable A Process Name with Event ID</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517479#M87565</link>
      <description>&lt;P&gt;We are collecting Wineventlog data from Security, Application &amp;amp; System.&lt;/P&gt;&lt;P&gt;In Security we want to disable a particular Event Code which is having the corresponding New_Process_Name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;EventCode=4688&amp;nbsp;&lt;/P&gt;&lt;P&gt;New_Process_Message=C:\\Program Files (x86)\\Symantec\\Symantec Endpoint Protection Manager\\bin\\xxxx.exe&lt;/P&gt;&lt;P&gt;So how can i write the inputs.conf and blacklist the Eventcode with New_Process_Message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly I have around 30 + New_Process_Message for the EventCode=4688 so how can i blacklist all of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help to provide the inputs.conf for the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 07:43:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517479#M87565</guid>
      <dc:creator>anandhalagaras1</dc:creator>
      <dc:date>2020-09-04T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Disable A Process Name with Event ID</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517481#M87567</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I believe that this posting helps you.&amp;nbsp;&lt;A href="https://www.hurricanelabs.com/splunk-tutorials/windows-event-log-filtering-design-in-splunk" target="_blank"&gt;https://www.hurricanelabs.com/splunk-tutorials/windows-event-log-filtering-design-in-splunk&lt;/A&gt;&lt;BR /&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:50:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517481#M87567</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-02T13:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Disable A Process Name with Event ID</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517493#M87571</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;But it would be really helpful if you can provide a inputs config file so that i can check on the same.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 14:29:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517493#M87571</guid>
      <dc:creator>anandhalagaras1</dc:creator>
      <dc:date>2020-09-02T14:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Disable A Process Name with Event ID</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517747#M87587</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have tried to disable EventCode=4688 with New Process Name filtration but the logs are still getting ingested into Splunk.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;Hence kindly help on my request.&lt;/P&gt;&lt;P&gt;Here are my inputs.conf&lt;/P&gt;&lt;P&gt;blacklist = EventCode="4688" Message="(?:New Process Name:).+(?:Windows\\System32\\conhost.exe)"&lt;BR /&gt;blacklist0 = EventCode="4688" Message="(?:New Process Name:).+(?:SplunkUniversalForwarder\\bin\\splunk-winhostinfo.exe)"&lt;BR /&gt;blacklist1 = EventCode="4688" Message="(?:New Process Name:).+(?:Symantec\\Symantec Endpoint Protection Manager\\bin\\USNWash.exe)"&lt;BR /&gt;blacklist2 = EventCode="4688" Message="(?:New Process Name:).+(?:Symantec\\Symantec Endpoint Protection Manager\\bin\\XDelta64\\xdelta3.exe)"&lt;BR /&gt;blacklist3 = EventCode="4688" Message="(?:New Process Name:).+(?:Symantec\\Symantec Endpoint Protection Manager\\tomcat\\bin\\sempub.exe)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So kindly help to correct me where is the gap. So that i can update the same for the rest of the "New Process Name".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 15:33:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517747#M87587</guid>
      <dc:creator>anandhalagaras1</dc:creator>
      <dc:date>2020-09-03T15:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Disable A Process Name with Event ID</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517753#M87588</link>
      <description>&lt;P&gt;Can anyone help on my request please.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 16:15:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-Disable-A-Process-Name-with-Event-ID/m-p/517753#M87588</guid>
      <dc:creator>anandhalagaras1</dc:creator>
      <dc:date>2020-09-03T16:15:30Z</dc:date>
    </item>
  </channel>
</rss>

