<?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: Can splunk Index data from an HTTP address in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60625#M12039</link>
    <description>&lt;P&gt;Yes, I was looking for it, and it used to do just what was requested, when it was around.&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2011 20:57:28 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2011-05-13T20:57:28Z</dc:date>
    <item>
      <title>Can splunk Index data from an HTTP address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60621#M12035</link>
      <description>&lt;P&gt;I have a url that has a server.txt file on that that gets updated as the requests/responses are coming through. &lt;/P&gt;

&lt;P&gt;Can splunk index that &lt;A href="http://website.com/server.txt" rel="nofollow"&gt;http://website.com/server.txt&lt;/A&gt; address? &lt;/P&gt;

&lt;P&gt;If so, how? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2010 22:45:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60621#M12035</guid>
      <dc:creator>htkhtk</dc:creator>
      <dc:date>2010-09-29T22:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can splunk Index data from an HTTP address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60622#M12036</link>
      <description>&lt;P&gt;Sure, just set up a scripted input, that fetches the url.&lt;/P&gt;

&lt;P&gt;Dokumentation: &lt;A href="http://www.splunk.com/base/Documentation/4.1.5/Admin/Setupcustom(scripted)inputs" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.5/Admin/Setupcustom(scripted)inputs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As an example, you could use the curl command on Linux/Unix:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#!/bin/bash
curl &lt;A href="http://website.com/server.txt" target="test_blank"&gt;http://website.com/server.txt&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Sep 2010 22:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60622#M12036</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-09-29T22:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can splunk Index data from an HTTP address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60623#M12037</link>
      <description>&lt;P&gt;There is also &lt;A href="http://www.splunkbase.com/apps/All/app:Web+Page+Monitor"&gt;http://www.splunkbase.com/apps/All/app:Web+Page+Monitor&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2010 11:10:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60623#M12037</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-30T11:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can splunk Index data from an HTTP address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60624#M12038</link>
      <description>&lt;P&gt;Is Web Page Monitor still available?  For some reason I can't find it in the Apps section?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2011 20:55:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60624#M12038</guid>
      <dc:creator>sfurness</dc:creator>
      <dc:date>2011-05-13T20:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can splunk Index data from an HTTP address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60625#M12039</link>
      <description>&lt;P&gt;Yes, I was looking for it, and it used to do just what was requested, when it was around.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2011 20:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60625#M12039</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-05-13T20:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can splunk Index data from an HTTP address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60626#M12040</link>
      <description>&lt;P&gt;There is a new splunkbase app called "importutil".  It lets you import 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 http 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 20:00:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60626#M12040</guid>
      <dc:creator>nicholasgrabows</dc:creator>
      <dc:date>2012-12-27T20:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can splunk Index data from an HTTP address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60627#M12041</link>
      <description>&lt;P&gt;Check out the "rest" command.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 18:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-splunk-Index-data-from-an-HTTP-address/m-p/60627#M12041</guid>
      <dc:creator>pabstec</dc:creator>
      <dc:date>2013-02-06T18:47:05Z</dc:date>
    </item>
  </channel>
</rss>

