<?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: Why is blacklisting Windows event logs on a deployment server not working? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436868#M76214</link>
    <description>&lt;P&gt;If you want to deploy the modified &lt;CODE&gt;inputs.conf&lt;/CODE&gt; to deployment clients, you must put the changed app into &lt;CODE&gt;$SPLUNK_HOME/etc/deployment-apps/YourAppNameHere/local&lt;/CODE&gt; and configure a server class to deploy it.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jul 2018 21:38:57 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2018-07-12T21:38:57Z</dc:date>
    <item>
      <title>Why is blacklisting Windows event logs on a deployment server not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436866#M76212</link>
      <description>&lt;P&gt;I tried following the documentation for blacklisting Windows event logs in Splunk 6.3.1 without success. I tried editing Splunk/etc/system/local/inputs.conf as well as Splunk/etc/apps/Splunk_TA_windows/local&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436866#M76212</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2020-09-29T20:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is blacklisting Windows event logs on a deployment server not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436867#M76213</link>
      <description>&lt;P&gt;I posted this question just so that I could answer it for the Splunk community in case it helps anyone else out. If someone could convert this to an answer that would be great. Copied and pasted from an email to a coworker:&lt;/P&gt;

&lt;P&gt;Here’s some notes regarding blacklisting in Splunk (note that this differs sharply from the official/flawed 6.3.1 documentation).&lt;/P&gt;

&lt;P&gt;-Blacklisting forwarded Windows event logs on the deployment server needs to be done in Splunk/etc/deployment-apps/Splunk_TA_windows/local/inputs.conf, followed by either a Splunk reboot or “splunk reload deploy-server” (note that I cannot get the command to work in PowerShell)&lt;BR /&gt;
-Your first blacklist (blacklist, not blacklist1) is the only line that can take a list of event IDs. &lt;BR /&gt;
-----blacklist = 0-4623,4625-100000&lt;BR /&gt;
-Numbered blacklists, up to and including blacklist9, take regular expressions, but they need to be surrounded by % instead of quotation marks. Also note that wildcards are not accepted as they are in a Splunk search or Splunk XML (e.g. blacklist1 = Message=%*thingtofind*%), they need to be a strict regex (e.g. .* or [\s\S]*)&lt;BR /&gt;
-----blacklist1 = Message=%[\s\S]*Account Name:\s*(ABCEX|Mimecast_MSESvc|APMMONITOR|ABCDC|DEF)[\s\S]*%&lt;BR /&gt;
-You can only blacklist on: Category CategoryString ComputerName EventCode EventType Keywords LogName Message OpCode RecordNumber Sid SidType SourceName TaskCategory Type User&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:26:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436867#M76213</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2020-09-29T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why is blacklisting Windows event logs on a deployment server not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436868#M76214</link>
      <description>&lt;P&gt;If you want to deploy the modified &lt;CODE&gt;inputs.conf&lt;/CODE&gt; to deployment clients, you must put the changed app into &lt;CODE&gt;$SPLUNK_HOME/etc/deployment-apps/YourAppNameHere/local&lt;/CODE&gt; and configure a server class to deploy it.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 21:38:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436868#M76214</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-07-12T21:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is blacklisting Windows event logs on a deployment server not working?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436869#M76215</link>
      <description>&lt;P&gt;one the PowerShell comment, you make sure you cd to the Splunk bin directory and that you dot source the Splunk binary:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk reload deploy-server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, run PS with elevated permissions&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 20:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-blacklisting-Windows-event-logs-on-a-deployment-server/m-p/436869#M76215</guid>
      <dc:creator>cstump_splunk</dc:creator>
      <dc:date>2018-07-23T20:38:38Z</dc:date>
    </item>
  </channel>
</rss>

