<?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 How do I correct my forwarder blacklist configuration for FTP-Logs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-correct-my-forwarder-blacklist-configuration-for-FTP/m-p/253950#M48757</link>
    <description>&lt;P&gt;Dear Community,&lt;/P&gt;

&lt;P&gt;In our Webserver we have the following Logs: &lt;CODE&gt;F:\IIS-Log&lt;/CODE&gt;&lt;BR /&gt;
Sometimes we have &lt;CODE&gt;F:\IIS-LOG\FTP&lt;/CODE&gt; and &lt;CODE&gt;F:\IIS-LOG\WWW&lt;/CODE&gt; in this folder and sometimes the logs are stored on the Webserver without the FTP and WWW subfolders.&lt;/P&gt;

&lt;P&gt;So we created following "inputs.conf" entry for our Windows-Webserver-APP (Deployment App):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\inetpub\logs\LogFiles]
blacklist=*\FTP*$
index=winwebserver
sourcetype=iis
disabled=0

[monitor://F:\IIS-Log]
index=winwebserver
sourcetype=iis
blacklist=*\FTP*$
disabled=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The Problem is, we still get the Logs from the &lt;CODE&gt;F:\IIS-LOG\FTP\&lt;/CODE&gt; Folder...&lt;BR /&gt;
we need the &lt;CODE&gt;*&lt;/CODE&gt; wildcard because sometimes the Logs are stored in &lt;CODE&gt;F:\IIS-LOG\FTPSCV1\&lt;/CODE&gt; folder etc.&lt;/P&gt;

&lt;P&gt;How to correctly blacklist the FTP-Logs?&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2015 10:17:04 GMT</pubDate>
    <dc:creator>E_Andreas</dc:creator>
    <dc:date>2015-12-01T10:17:04Z</dc:date>
    <item>
      <title>How do I correct my forwarder blacklist configuration for FTP-Logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-correct-my-forwarder-blacklist-configuration-for-FTP/m-p/253950#M48757</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;

&lt;P&gt;In our Webserver we have the following Logs: &lt;CODE&gt;F:\IIS-Log&lt;/CODE&gt;&lt;BR /&gt;
Sometimes we have &lt;CODE&gt;F:\IIS-LOG\FTP&lt;/CODE&gt; and &lt;CODE&gt;F:\IIS-LOG\WWW&lt;/CODE&gt; in this folder and sometimes the logs are stored on the Webserver without the FTP and WWW subfolders.&lt;/P&gt;

&lt;P&gt;So we created following "inputs.conf" entry for our Windows-Webserver-APP (Deployment App):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\inetpub\logs\LogFiles]
blacklist=*\FTP*$
index=winwebserver
sourcetype=iis
disabled=0

[monitor://F:\IIS-Log]
index=winwebserver
sourcetype=iis
blacklist=*\FTP*$
disabled=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The Problem is, we still get the Logs from the &lt;CODE&gt;F:\IIS-LOG\FTP\&lt;/CODE&gt; Folder...&lt;BR /&gt;
we need the &lt;CODE&gt;*&lt;/CODE&gt; wildcard because sometimes the Logs are stored in &lt;CODE&gt;F:\IIS-LOG\FTPSCV1\&lt;/CODE&gt; folder etc.&lt;/P&gt;

&lt;P&gt;How to correctly blacklist the FTP-Logs?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 10:17:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-correct-my-forwarder-blacklist-configuration-for-FTP/m-p/253950#M48757</guid>
      <dc:creator>E_Andreas</dc:creator>
      <dc:date>2015-12-01T10:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I correct my forwarder blacklist configuration for FTP-Logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-correct-my-forwarder-blacklist-configuration-for-FTP/m-p/253951#M48758</link>
      <description>&lt;P&gt;sorry i forgot  the wildcard in the first post&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;blacklist=FTP*$
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Dec 2015 10:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-correct-my-forwarder-blacklist-configuration-for-FTP/m-p/253951#M48758</guid>
      <dc:creator>E_Andreas</dc:creator>
      <dc:date>2015-12-01T10:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I correct my forwarder blacklist configuration for FTP-Logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-correct-my-forwarder-blacklist-configuration-for-FTP/m-p/253952#M48759</link>
      <description>&lt;P&gt;The blacklist actually needs to be a regular expression.  Remember that "*" is a reserved character meaning zero or more.  Could you try doing the following?&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;blacklist=FTP.*$  or maybe blacklist=FTP&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Here are some more examples.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Data/Whitelistorblacklistspecificincomingdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Data/Whitelistorblacklistspecificincomingdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can test your regular expression at:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://regex101.com/"&gt;https://regex101.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 12:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-correct-my-forwarder-blacklist-configuration-for-FTP/m-p/253952#M48759</guid>
      <dc:creator>jaredlaney</dc:creator>
      <dc:date>2015-12-01T12:50:21Z</dc:date>
    </item>
  </channel>
</rss>

