<?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: Injest JSON document returned from an monitoring endpoint in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Injest-JSON-document-returned-from-an-monitoring-endpoint/m-p/77612#M15880</link>
    <description>&lt;P&gt;You could also try this a new splunkbase app called "importutil".  It lets you import input from an http, ftp, or sftp url via the splunk search command line.  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 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;

&lt;P&gt;Set this up as a scheduled search. So it will hit the URL periodically.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Dec 2012 20:07:29 GMT</pubDate>
    <dc:creator>nicholasgrabows</dc:creator>
    <dc:date>2012-12-27T20:07:29Z</dc:date>
    <item>
      <title>Injest JSON document returned from an monitoring endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Injest-JSON-document-returned-from-an-monitoring-endpoint/m-p/77610#M15878</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm having a service which exports monitoring data through a JSON endpoint. Is it possible to have Splunk call that endpoint and injest the returned JSON document?&lt;/P&gt;

&lt;P&gt;Thank you,&lt;BR /&gt;
- George&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 20:21:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Injest-JSON-document-returned-from-an-monitoring-endpoint/m-p/77610#M15878</guid>
      <dc:creator>givanov</dc:creator>
      <dc:date>2012-10-02T20:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Injest JSON document returned from an monitoring endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Injest-JSON-document-returned-from-an-monitoring-endpoint/m-p/77611#M15879</link>
      <description>&lt;P&gt;Yes, use a scripted input.  Splunk calls your script on an interval and your script makes the call to you service and emits the results on stdout which Splunk then indexes.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2012 23:13:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Injest-JSON-document-returned-from-an-monitoring-endpoint/m-p/77611#M15879</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-10-02T23:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Injest JSON document returned from an monitoring endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Injest-JSON-document-returned-from-an-monitoring-endpoint/m-p/77612#M15880</link>
      <description>&lt;P&gt;You could also try this a new splunkbase app called "importutil".  It lets you import input from an http, ftp, or sftp url via the splunk search command line.  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 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;

&lt;P&gt;Set this up as a scheduled search. So it will hit the URL periodically.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2012 20:07:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Injest-JSON-document-returned-from-an-monitoring-endpoint/m-p/77612#M15880</guid>
      <dc:creator>nicholasgrabows</dc:creator>
      <dc:date>2012-12-27T20:07:29Z</dc:date>
    </item>
  </channel>
</rss>

