<?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: How to create more than 10 blacklists for the same input in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289586#M55255</link>
    <description>&lt;P&gt;Do you have heavy forwarder before your indexer? (or even indexer is Ok, but it will be cpu intensive). YOu can do props/transforms at message level within Heavy Forwarder (or indexer) and put into nullqueue so it is NOT indexed&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2017 18:55:14 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2017-02-08T18:55:14Z</dc:date>
    <item>
      <title>How to create more than 10 blacklists for the same input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289583#M55252</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;Anybodyw know how to create more than 10 blacklists for the same input in windows events monitoring?&lt;/P&gt;

&lt;P&gt;According to documentation you can only use blacklist1 through blacklist9: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/admin/Inputsconf#Windows_Event_Log_Monitor"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/admin/Inputsconf#Windows_Event_Log_Monitor&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have a small license and every once in a while I notice some events I don’t need, and I add them to the blacklist:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
disabled = 0
start_from = oldest
blacklist=5XX5,4XX8,4XX6
blacklist1=EventCode="4XX1" Message="\b. *0xO"
...
blacklist9=EventCode="5XX6" Message="Audit Sucess"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now I'm  trying to add a blacklist10 but I can’t. Do you guys know a workaround?, maybe using transforms.&lt;/P&gt;

&lt;P&gt;Thank you &lt;/P&gt;

&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 20:46:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289583#M55252</guid>
      <dc:creator>cjaramilloc</dc:creator>
      <dc:date>2017-02-07T20:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more than 10 blacklists for the same input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289584#M55253</link>
      <description>&lt;P&gt;You should be able to use syntax like this for remaining blacklist/event filter (using props/transforms on Indexer/Heavy forwarder).&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/107605/filtering-events-out-via-props-conf-and-transforms-conf.html"&gt;https://answers.splunk.com/answers/107605/filtering-events-out-via-props-conf-and-transforms-conf.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 21:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289584#M55253</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-02-07T21:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more than 10 blacklists for the same input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289585#M55254</link>
      <description>&lt;P&gt;If you have more than one blacklist, you must number them all, starting at 1.  In the blacklist, you can have ranges (separated by hyphens) or individuals (separated by commas) or both.  So combine as much as you can on a single line to make room for other blacklists.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;blacklist1 = 5156,5158,4656,4700-5600
blacklist2 = EventCode=%^4689$% Message=%SplunkUniversalForwarder%
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Additionally, the "RegEx" used, is not normal RegEx; read the documentation here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/Admin/Inputsconf#Windows_Event_Log_Monitor"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/Admin/Inputsconf#Windows_Event_Log_Monitor&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://blogs.splunk.com/2013/10/14/windows-event-logs-in-splunk-6/"&gt;http://blogs.splunk.com/2013/10/14/windows-event-logs-in-splunk-6/&lt;/A&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>Tue, 07 Feb 2017 21:12:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289585#M55254</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-02-07T21:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more than 10 blacklists for the same input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289586#M55255</link>
      <description>&lt;P&gt;Do you have heavy forwarder before your indexer? (or even indexer is Ok, but it will be cpu intensive). YOu can do props/transforms at message level within Heavy Forwarder (or indexer) and put into nullqueue so it is NOT indexed&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 18:55:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289586#M55255</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-02-08T18:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more than 10 blacklists for the same input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289587#M55256</link>
      <description>&lt;P&gt;@cjaramilloc - Did the answer provided by woodcock help provide a working solution to your question? If yes, please don't forget to resolve this post by clicking "Accept". If no, please leave a comment with more feedback. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2017 18:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289587#M55256</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2017-03-11T18:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more than 10 blacklists for the same input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289588#M55257</link>
      <description>&lt;P&gt;I've already did the combinations, but I still need room for more&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 15:15:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289588#M55257</guid>
      <dc:creator>cjaramilloc</dc:creator>
      <dc:date>2017-03-13T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more than 10 blacklists for the same input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289589#M55258</link>
      <description>&lt;P&gt;So what did it finally look like?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 16:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-more-than-10-blacklists-for-the-same-input/m-p/289589#M55258</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-10T16:01:19Z</dc:date>
    </item>
  </channel>
</rss>

