<?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: Monitor a FTP server? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92138#M19149</link>
    <description>&lt;P&gt;If you &lt;STRONG&gt;must&lt;/STRONG&gt; access it via FTP, a couple of solution may work.  Both of these share in common that they "mount" an FTP server as local disk via a "drive" or "mountpoint"&lt;/P&gt;

&lt;P&gt;&lt;A href="http://curlftpfs.sourceforge.net/"&gt;http://curlftpfs.sourceforge.net/&lt;/A&gt;  (for linux)&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.webdrive.com/products/webdrive/index.html"&gt;http://www.webdrive.com/products/webdrive/index.html&lt;/A&gt;  (for windows/mac)&lt;/P&gt;

&lt;P&gt;It is unknown whether these are sufficient to Splunk in order to support a &lt;CODE&gt;monitor://&lt;/CODE&gt; input - but I think they would work with a batch input just fine.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2011 14:58:55 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2011-10-17T14:58:55Z</dc:date>
    <item>
      <title>Monitor a FTP server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92133#M19144</link>
      <description>&lt;P&gt;&lt;B&gt;FTP download is the only way&lt;/B&gt; this particular system is allowing us to access its logs. Files are dumped into the FTP area and then never changed, so they are perfect for a Splunk batch folder. But, we need to get them over to the Splunk box first.&lt;/P&gt;

&lt;P&gt;Does anyone have a scripted input for monitoring a FTP site? I assume it would have to keep a listing of files already downloaded, but also keep an eye on that listing so it doesn't get too large.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 08:53:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92133#M19144</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2011-10-14T08:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor a FTP server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92134#M19145</link>
      <description>&lt;P&gt;Why not put a splunk application on the box sending the data back to the central splunk server?  Install the application, turn it to a light forwarder, and configure it to watch the folder.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 13:14:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92134#M19145</guid>
      <dc:creator>treinke</dc:creator>
      <dc:date>2011-10-14T13:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor a FTP server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92135#M19146</link>
      <description>&lt;P&gt;Anthony solution works well if you have the ability to install the spunk universal forwarder on the server.  It keeps track of the files  it has sent you for indexing.&lt;/P&gt;

&lt;P&gt;Another option to to monitor the log files remotely and basically achieve the same functionality with out installing additional software.&lt;/P&gt;

&lt;P&gt;As  for the other part of your question with monitoring what's been downloaded, splunk will keep track of whatcit ingested.  As for watching the size, I had a similar problem that I solved with a small script that I kicked off every night at one minute passes midnight to delete previous days files.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2011 13:55:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92135#M19146</guid>
      <dc:creator>kdenton</dc:creator>
      <dc:date>2011-10-14T13:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor a FTP server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92136#M19147</link>
      <description>&lt;P&gt;I am a fan of the Splunk Forwarder. However, the data is generated on a closed system (no OS access) and FTP download is the only way we have to gather this data.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2011 01:20:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92136#M19147</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2011-10-17T01:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor a FTP server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92137#M19148</link>
      <description>&lt;P&gt;I had been planning on using a Splunk Batch directory to immediately index and delete downloaded files, but I guess I could use a Monitor directory instead and remove old files periodically. &lt;/P&gt;

&lt;P&gt;I still need to have a script that doesn't re-download every file every time. Does anyone have any examples?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2011 01:22:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92137#M19148</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2011-10-17T01:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor a FTP server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92138#M19149</link>
      <description>&lt;P&gt;If you &lt;STRONG&gt;must&lt;/STRONG&gt; access it via FTP, a couple of solution may work.  Both of these share in common that they "mount" an FTP server as local disk via a "drive" or "mountpoint"&lt;/P&gt;

&lt;P&gt;&lt;A href="http://curlftpfs.sourceforge.net/"&gt;http://curlftpfs.sourceforge.net/&lt;/A&gt;  (for linux)&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.webdrive.com/products/webdrive/index.html"&gt;http://www.webdrive.com/products/webdrive/index.html&lt;/A&gt;  (for windows/mac)&lt;/P&gt;

&lt;P&gt;It is unknown whether these are sufficient to Splunk in order to support a &lt;CODE&gt;monitor://&lt;/CODE&gt; input - but I think they would work with a batch input just fine.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92138#M19149</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-10-17T14:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor a FTP server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92139#M19150</link>
      <description>&lt;P&gt;That is actually what I do.  I ready the files and with a script delete everything that is over 1 day old at one past midnight every day.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2011 15:25:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-a-FTP-server/m-p/92139#M19150</guid>
      <dc:creator>kdenton</dc:creator>
      <dc:date>2011-10-26T15:25:00Z</dc:date>
    </item>
  </channel>
</rss>

