<?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 exclude some specific files in a monitored Source folder from being indexed? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192057#M38286</link>
    <description>&lt;P&gt;It will reject all. &lt;BR /&gt;
for only files use this :&lt;/P&gt;

&lt;P&gt;blacklist=Test.*&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2015 19:02:01 GMT</pubDate>
    <dc:creator>jensonthottian</dc:creator>
    <dc:date>2015-08-24T19:02:01Z</dc:date>
    <item>
      <title>How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192051#M38280</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have added my log folder in Splunk monitoring. I want to exclude the files that start with Test from Splunk monitoring. Is it possible? Please suggest me a solution on this. There are so many unwanted files that are getting created in that log folder and it is getting uploaded into Splunk and affecting daily license usage.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 16:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192051#M38280</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2015-08-24T16:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192052#M38281</link>
      <description>&lt;P&gt;Configure your exclusion in props.conf file :&lt;/P&gt;

&lt;P&gt;To exclude this file from being picked up by the forwarder, I think you can use a blacklist &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.5/Data/Whitelistorblacklistspecificincomingdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.5/Data/Whitelistorblacklistspecificincomingdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[monitor:///directory]&lt;BR /&gt;
    blacklist = (test$)&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:16:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192052#M38281</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-24T17:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192053#M38282</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I think we need to update in inputs.conf right? Also I tried blacklist = (test$) it is not working as expected. am still seeing the test files in Splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:48:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192053#M38282</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2015-08-24T17:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192054#M38283</link>
      <description>&lt;P&gt;my bad- it would be inputs.conf for blacklisting.&lt;/P&gt;

&lt;P&gt;[monitor:///pathtologdir]&lt;BR /&gt;
 blacklist=Test&lt;/P&gt;

&lt;P&gt;And that will not index files that contain strings matching "Test".&lt;/P&gt;

&lt;P&gt;Please remember to restart your splunkd.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:55:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192054#M38283</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-24T17:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192055#M38284</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;Thanks! it rejects only file names with name Test right? or it  search content of all files also?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:01:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192055#M38284</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2015-08-24T18:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192056#M38285</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thank you so much for your help. Please confirm, it rejects only file names with Test or it will look for files content as well?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:54:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192056#M38285</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2015-08-24T18:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192057#M38286</link>
      <description>&lt;P&gt;It will reject all. &lt;BR /&gt;
for only files use this :&lt;/P&gt;

&lt;P&gt;blacklist=Test.*&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 19:02:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192057#M38286</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-24T19:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192058#M38287</link>
      <description>&lt;P&gt;\ frontslash in between "t" and "."&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 19:03:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192058#M38287</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-24T19:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some specific files in a monitored Source folder from being indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192059#M38288</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I have tested with the files which has "test" in word, but the file name is sample.txt and it is uploaded into splunk. So I think it is not looking into the content, only file name.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-some-specific-files-in-a-monitored-Source-folder/m-p/192059#M38288</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2015-08-25T06:15:49Z</dc:date>
    </item>
  </channel>
</rss>

