<?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: Fetch data from FTP Server in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20424#M10145</link>
    <description>&lt;P&gt;I have no such script, sorry ...&lt;/P&gt;</description>
    <pubDate>Sun, 04 Nov 2012 01:18:35 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2012-11-04T01:18:35Z</dc:date>
    <item>
      <title>Fetch data from FTP Server</title>
      <link>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20421#M10142</link>
      <description>&lt;P&gt;what is configuration to be done with TCP in splunk in add data in web or in inputs.conf file to fetch proxy logs logs which are collected in FTP server.&lt;BR /&gt;
I cannot mount the disk nor i can install forwarder in the FTP server.I want to configure with TCP.&lt;/P&gt;

&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2012 14:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20421#M10142</guid>
      <dc:creator>som_80in</dc:creator>
      <dc:date>2012-11-01T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from FTP Server</title>
      <link>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20422#M10143</link>
      <description>&lt;P&gt;You will need to write some form of program/script to pull the logs from the FTP server and store them where Splunk can read them.  Splunk has no built-in way of connecting to a server, retrieving files via FTP, and indexing them.&lt;/P&gt;

&lt;P&gt;If this is linux, you might &lt;STRONG&gt;possibly&lt;/STRONG&gt; be able to use something like &lt;A href="http://sourceforge.net/projects/curlftpfs/"&gt;CurlFtpFS&lt;/A&gt; to make the remote FTP server mountable.  However, it is highly unknown how well (or if at all) this will work with Splunk.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2012 01:56:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20422#M10143</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-11-02T01:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from FTP Server</title>
      <link>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20423#M10144</link>
      <description>&lt;P&gt;Thanks a lot  dwaddle.Can you please let me know any sample scripts to run on.I will also try CurlFtpFS and get back to u.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2012 09:27:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20423#M10144</guid>
      <dc:creator>som_80in</dc:creator>
      <dc:date>2012-11-02T09:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from FTP Server</title>
      <link>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20424#M10145</link>
      <description>&lt;P&gt;I have no such script, sorry ...&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2012 01:18:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20424#M10145</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-11-04T01:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from FTP Server</title>
      <link>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20425#M10146</link>
      <description>&lt;P&gt;Scripting ftp isn't that difficult. Here is some examples to get you started&lt;BR /&gt;
&lt;A href="http://www.stratigery.com/scripting.ftp.html"&gt;http://www.stratigery.com/scripting.ftp.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2012 17:53:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20425#M10146</guid>
      <dc:creator>kallu</dc:creator>
      <dc:date>2012-11-04T17:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from FTP Server</title>
      <link>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20426#M10147</link>
      <description>&lt;P&gt;There is a new splunkbase app called "importutil".  It lets you import csv files (or any input) from an http url via the splunk search command line.  Also works for ftp.  sftp is experimental.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://splunk-base.splunk.com/apps/69078/importutil" target="test_blank"&gt;http://splunk-base.splunk.com/apps/69078/importutil&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is an ftp example.  Pulling from the bureau of labor stats:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|importutil ftp ftp://ftp.bls.gov/pub/time.series/ce/ce.data.102.WeeklyEarningsHist
| multikv
| table series_id, year, period, value, footnote_codes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is an example that imports data from the federal reserve economic data website:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|importutil http &lt;A href="http://research.stlouisfed.org/fred2/data/PAYEMS.csv" target="test_blank"&gt;http://research.stlouisfed.org/fred2/data/PAYEMS.csv&lt;/A&gt;
| multikv
| table DATE, VALUE
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Dec 2012 19:39:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Fetch-data-from-FTP-Server/m-p/20426#M10147</guid>
      <dc:creator>nicholasgrabows</dc:creator>
      <dc:date>2012-12-27T19:39:39Z</dc:date>
    </item>
  </channel>
</rss>

