<?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: Issue with Blacklist in Inputs.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368346#M66914</link>
    <description>&lt;P&gt;Monitor path is "///data/xyz/logs/"&lt;/P&gt;

&lt;P&gt;There are multiple dynamic folders under logs&lt;BR /&gt;
abc&lt;BR /&gt;
qwe&lt;BR /&gt;
poi&lt;/P&gt;

&lt;P&gt;Also there is a file "router.jar.log" inside logs folder. I want to black list it. But want to index a file "abc-router.jar.log" present in /logs/abc/&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 07:35:09 GMT</pubDate>
    <dc:creator>vaibhavagg2006</dc:creator>
    <dc:date>2017-09-28T07:35:09Z</dc:date>
    <item>
      <title>Issue with Blacklist in Inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368344#M66912</link>
      <description>&lt;P&gt;Hi Experts&lt;BR /&gt;
I have following monitor stanza . I want to blacklist "data/xyz/logs/router.jar.log" but want to monitor "/data/xyz/logs/abc/abc-router/abc-router.jar.log" . Though I have mentioned router.* still is blacklisting "abc-router.jar.log". Please help here&lt;/P&gt;

&lt;P&gt;[monitor:///data/xyz/logs/]&lt;BR /&gt;
index = test&lt;BR /&gt;
sourcetype = test_st&lt;BR /&gt;
whitelist=\.jar\.log$&lt;BR /&gt;
blacklist=discovery.*|router.*|java.*&lt;BR /&gt;
disabled = 0 &lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:21:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368344#M66912</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2017-09-28T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Blacklist in Inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368345#M66913</link>
      <description>&lt;P&gt;may i know, if the monitor path was correct in the question?!?!&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[monitor:///data/xyz/logs/abc/abc-router/]&lt;BR /&gt;
index = test&lt;BR /&gt;
sourcetype = test_st&lt;BR /&gt;
whitelist=.jar.log$&lt;BR /&gt;
blacklist=discovery\.|router\.|java\.*&lt;BR /&gt;
disabled = 0&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:31:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368345#M66913</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-09-28T07:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Blacklist in Inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368346#M66914</link>
      <description>&lt;P&gt;Monitor path is "///data/xyz/logs/"&lt;/P&gt;

&lt;P&gt;There are multiple dynamic folders under logs&lt;BR /&gt;
abc&lt;BR /&gt;
qwe&lt;BR /&gt;
poi&lt;/P&gt;

&lt;P&gt;Also there is a file "router.jar.log" inside logs folder. I want to black list it. But want to index a file "abc-router.jar.log" present in /logs/abc/&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:35:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368346#M66914</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2017-09-28T07:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Blacklist in Inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368347#M66915</link>
      <description>&lt;P&gt;Hi vaibhavagg2006,&lt;BR /&gt;
maybe you alredy tested this solution:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///data/xyz/logs/]
index = test
sourcetype = test_st
whitelist=\.jar\.log$
blacklist=(discovery|router|java)\/abc-router\.jar\.log
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:41:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368347#M66915</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-28T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Blacklist in Inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368348#M66916</link>
      <description>&lt;OL&gt;
&lt;LI&gt;maybe, try whitelist alone(without blacklist) and blacklist alone, then together..&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;whitelist=\.jar\.log$&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;blacklist=discovery\.|router\.|java\.*&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:49:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368348#M66916</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-09-28T07:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Blacklist in Inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368349#M66917</link>
      <description>&lt;P&gt;Thanks for your inputs&lt;BR /&gt;
I do not want to blacklist /logs/abc/abc-router.jar.log&lt;BR /&gt;
Only want to blacklist /logs/router.jar.log&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:51:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368349#M66917</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2017-09-28T07:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Blacklist in Inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368350#M66918</link>
      <description>&lt;P&gt;try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [monitor:///data/xyz/]
 index = test
 sourcetype = test_st
 whitelist=logs\/\.jar\.log$
 blacklist=(discovery|router|java)\/abc-router\.jar\.log
 disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 08:36:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issue-with-Blacklist-in-Inputs-conf/m-p/368350#M66918</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-28T08:36:48Z</dc:date>
    </item>
  </channel>
</rss>

