<?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 am I unable to blacklist all content in a certain directory with my current inputs.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209096#M41174</link>
    <description>&lt;P&gt;Hi anaqvi, &lt;/P&gt;

&lt;P&gt;Aside from escaping the forward slashes, you may also need to indicate any characters before and after your specified text: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [monitor:///var/log]
 disabled = false
 blacklist = \/manager\/.*tomatod.*
 index = os
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope it works. Thanks!&lt;BR /&gt;
Hunter&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2016 20:01:31 GMT</pubDate>
    <dc:creator>hunters_splunk</dc:creator>
    <dc:date>2016-11-03T20:01:31Z</dc:date>
    <item>
      <title>Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209091#M41169</link>
      <description>&lt;P&gt;I am trying to blacklist the following in the inputs.conf&lt;/P&gt;

&lt;P&gt;Currently I have this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log]
disabled = false
blacklist = /manager/tomatod*
index = os
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have tried to blacklist all content that in the manager directory containing "tomatod" from ingesting.&lt;/P&gt;

&lt;P&gt;So far I have had no luck. The inputs.conf file is put into a deployment-app. Not sure what I am doing wrong. Please advise..&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 16:49:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209091#M41169</guid>
      <dc:creator>anaqvi</dc:creator>
      <dc:date>2016-11-03T16:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209092#M41170</link>
      <description>&lt;P&gt;Blacklist uses regex and you would need to escape those forward slashes. Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log]
disabled = false
blacklist = \/manager\/tomatod.*
index = os
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Nov 2016 17:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209092#M41170</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-11-03T17:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209093#M41171</link>
      <description>&lt;P&gt;That did not work. It is still generating events. :(...any other suggestion?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 17:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209093#M41171</guid>
      <dc:creator>anaqvi</dc:creator>
      <dc:date>2016-11-03T17:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209094#M41172</link>
      <description>&lt;P&gt;The blacklist works on the file name (not the file content), so could you provide the full path of the file that you want to exclude?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 17:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209094#M41172</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-11-03T17:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209095#M41173</link>
      <description>&lt;P&gt;I want to blacklist everything that contains prefix "tomatod"&lt;/P&gt;

&lt;P&gt;/var/log/manager/tomatod.log&lt;BR /&gt;&lt;BR /&gt;
/var/log/manager/tomatod_portfolios.log&lt;BR /&gt;
/var/log/manager/tomatod_portfolios_preview.log &lt;BR /&gt;
/var/log/manager/tomatod_preview.log&lt;BR /&gt;&lt;BR /&gt;
/var/log/manager/tomatod_tickers.log&lt;BR /&gt;&lt;BR /&gt;
/var/log/manager/tomatod_tickers_preview.log&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:39:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209095#M41173</guid>
      <dc:creator>anaqvi</dc:creator>
      <dc:date>2020-09-29T11:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209096#M41174</link>
      <description>&lt;P&gt;Hi anaqvi, &lt;/P&gt;

&lt;P&gt;Aside from escaping the forward slashes, you may also need to indicate any characters before and after your specified text: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [monitor:///var/log]
 disabled = false
 blacklist = \/manager\/.*tomatod.*
 index = os
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope it works. Thanks!&lt;BR /&gt;
Hunter&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 20:01:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209096#M41174</guid>
      <dc:creator>hunters_splunk</dc:creator>
      <dc:date>2016-11-03T20:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209097#M41175</link>
      <description>&lt;P&gt;I tried that but still no luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 20:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209097#M41175</guid>
      <dc:creator>anaqvi</dc:creator>
      <dc:date>2016-11-03T20:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209098#M41176</link>
      <description>&lt;P&gt;Any other recommendations in resolving this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 17:45:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209098#M41176</guid>
      <dc:creator>anaqvi</dc:creator>
      <dc:date>2016-11-04T17:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to blacklist all content in a certain directory with my current inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209099#M41177</link>
      <description>&lt;P&gt;[monitor:///home/splunk] &lt;BR /&gt;
disabled = false &lt;BR /&gt;
blacklist = \/home\/splunk\/anotherdir\/ &lt;BR /&gt;
sourcetype = sbblacklist &lt;/P&gt;

&lt;P&gt;and files within /home/splunk/anotherdir/ &lt;BR /&gt;
were excluded okay &lt;/P&gt;

&lt;P&gt;Turning DEBUG on for log channel TailingProcessor also confirmed match blacklist &lt;BR /&gt;
DEBUG TailingProcessor - Not using stanza for this item (Matched blacklist '\/home\/splunk\/anotherdir\/'.).&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:08:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-blacklist-all-content-in-a-certain-directory/m-p/209099#M41177</guid>
      <dc:creator>jbarlow_splunk</dc:creator>
      <dc:date>2017-06-09T06:08:23Z</dc:date>
    </item>
  </channel>
</rss>

