<?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: blacklist file form inputs.conf in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117780#M31373</link>
    <description>&lt;P&gt;so the figure 12345678 are actually a year month dat ie 20140624...&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jun 2014 14:36:48 GMT</pubDate>
    <dc:creator>smudge797</dc:creator>
    <dc:date>2014-06-24T14:36:48Z</dc:date>
    <item>
      <title>blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117778#M31371</link>
      <description>&lt;P&gt;Here is my input.conf.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///tcom/servers/.../logs/*]
blacklist = this_log.log-12345678
sourcetype = app
index = tcom
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I know this is wrong as its not working this_log.log-12345678 files are getting in,  i think I need a regex to make the blacklist work.. Is that correct?  Im pretty new to regex so any help would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:08:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117778#M31371</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2014-06-24T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117779#M31372</link>
      <description>&lt;P&gt;Try with this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///tcom/servers/.../logs/*] 
blacklist = this_log\.log-\d{8}$
sourcetype = app 
index = tcom
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:15:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117779#M31372</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-06-24T14:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117780#M31373</link>
      <description>&lt;P&gt;so the figure 12345678 are actually a year month dat ie 20140624...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:36:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117780#M31373</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2014-06-24T14:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117781#M31374</link>
      <description>&lt;P&gt;this_log.log-\d{8}$&lt;BR /&gt;
I am now seeing logs from:&lt;BR /&gt;
logs/tomcat_access_2014-07-09.log&lt;/P&gt;

&lt;P&gt;Would this be the correct regex?  It's not working...?&lt;/P&gt;

&lt;P&gt;"blacklist = tomcat_access_\d{4}-\d{2}-\d{2}.log$"&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117781#M31374</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2020-09-28T17:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117782#M31375</link>
      <description>&lt;P&gt;I am now seeing logs from:&lt;BR /&gt;
logs/tomcat_access_2014-07-09.log&lt;/P&gt;

&lt;P&gt;Would this be the correct regex?  It's not working...?&lt;/P&gt;

&lt;P&gt;"blacklist = tomcat_access_\d{4}-\d{2}-\d{2}.log$"&lt;/P&gt;

&lt;P&gt;backslashes are missing in here for some reason.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:01:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117782#M31375</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2020-09-28T17:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117783#M31376</link>
      <description>&lt;P&gt;Are you adding new blacklist attribute? or just updating the existing one (and restarting after changing the file)? The regex "blacklist = tomcat_access_\d{4}-\d{2}-\d{2}\.log$" looks correct to me. If possible post your current inputs.conf entry for this.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117783#M31376</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-28T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117784#M31377</link>
      <description>&lt;P&gt;put a \ before .&lt;/P&gt;

&lt;P&gt;.log$&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 23:33:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117784#M31377</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2017-01-03T23:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117785#M31378</link>
      <description>&lt;P&gt;try this regex &lt;/P&gt;

&lt;P&gt;[monitor:///tcom/servers/.../logs/*]&lt;BR /&gt;
blacklist = .+tomcat_access_\d{4}\D\d{2}\D\d{2}.log$&lt;BR /&gt;
index=yourindexname&lt;BR /&gt;
sourcetype=yoursourcetypename&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:01:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117785#M31378</guid>
      <dc:creator>u519899</dc:creator>
      <dc:date>2020-09-30T01:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: blacklist file form inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117786#M31379</link>
      <description>&lt;P&gt;try this&lt;BR /&gt;
blacklist = .+tomcat_access_\d{4}\D\d{2}\D\d{2}.log$&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklist-file-form-inputs-conf/m-p/117786#M31379</guid>
      <dc:creator>u519899</dc:creator>
      <dc:date>2020-09-30T01:01:17Z</dc:date>
    </item>
  </channel>
</rss>

