<?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: Parameter &amp;quot;blacklist&amp;quot; in inputs.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121660#M25215</link>
    <description>&lt;P&gt;Just to be sure, can you try changing the order of event ids in blacklist?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2014 18:58:42 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-01-22T18:58:42Z</dc:date>
    <item>
      <title>Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121657#M25212</link>
      <description>&lt;P&gt;Hello, friends!&lt;/P&gt;

&lt;P&gt;We have:&lt;BR /&gt;
Splunk server (indexer) and computer with WinXP and UniversalForwarder.&lt;BR /&gt;
The task was to remove some windows security events from Splunk indexer. &lt;BR /&gt;
It was solved by using the parameter "&lt;STRONG&gt;blacklist&lt;/STRONG&gt;" in &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; on computer with WinXP. &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
blacklist = 538,540&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;And all that is needed work, the data came from the EventLog except the two specified ID (538 and 540). &lt;/P&gt;

&lt;P&gt;The problem started when I decided to add a third ID (576).&lt;BR /&gt;
I change the inputs.conf:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
blacklist = 538,540,576&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Save, restart splunk service. &lt;/P&gt;

&lt;P&gt;And any event from the EventLog from this machine stopped coming to indexer. &lt;BR /&gt;
If i change inputs.conf to original appearance (when two of Event) - all working again as necessary.&lt;/P&gt;

&lt;P&gt;What can be caused by this problem?&lt;/P&gt;

&lt;P&gt;Thx!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 12:51:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121657#M25212</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2014-01-22T12:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121658#M25213</link>
      <description>&lt;P&gt;Do you get other events from the forwarder? Can you see any errors or warnings from the forwarder when searching in &lt;CODE&gt;index=_internal&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 13:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121658#M25213</guid>
      <dc:creator>laserval</dc:creator>
      <dc:date>2014-01-22T13:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121659#M25214</link>
      <description>&lt;P&gt;Yes, other data from this machine come correct. Disappears only EventLog.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 13:17:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121659#M25214</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2014-01-22T13:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121660#M25215</link>
      <description>&lt;P&gt;Just to be sure, can you try changing the order of event ids in blacklist?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 18:58:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121660#M25215</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-01-22T18:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121661#M25216</link>
      <description>&lt;P&gt;blacklist = 576,538,540 and blacklist = 576,538 - the same result &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;BR /&gt;
As an option to make the whitelist with all EventID Except for these ID, but will try it later. I think this can not be caused by the free license.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 06:17:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121661#M25216</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2014-01-23T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121662#M25217</link>
      <description>&lt;P&gt;Have you checked the event log to see if there are events not with those ID's? just want to rule out the obvious etc...&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:24:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121662#M25217</guid>
      <dc:creator>Pierceyuk</dc:creator>
      <dc:date>2014-03-12T10:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121663#M25218</link>
      <description>&lt;P&gt;Of course I checked a security log for the presence of this ID's. In security log entry is present, they are not present in splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 12:13:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121663#M25218</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2014-03-12T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121664#M25219</link>
      <description>&lt;P&gt;have u tried blacklist =(576|538|540)&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 12:15:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121664#M25219</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2014-03-12T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121665#M25220</link>
      <description>&lt;P&gt;The blacklist parameter is a regular expression:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://regexone.com"&gt;http://regexone.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This worked in my test:&lt;/P&gt;

&lt;P&gt;blacklist = 538|540|576&lt;/P&gt;

&lt;P&gt;Here is the documentation for the parameter:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/Inputsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:04:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121665#M25220</guid>
      <dc:creator>bshuler_splunk</dc:creator>
      <dc:date>2014-03-12T13:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "blacklist" in inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121666#M25221</link>
      <description>&lt;P&gt;Thx. Сheck shortly.&lt;BR /&gt;
The last time was not the time to do it&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2014 13:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Parameter-quot-blacklist-quot-in-inputs-conf/m-p/121666#M25221</guid>
      <dc:creator>templier</dc:creator>
      <dc:date>2014-03-31T13:19:55Z</dc:date>
    </item>
  </channel>
</rss>

