<?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: Splunk extension in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59329#M11684</link>
    <description>&lt;P&gt;Complete documentation of the REST API is available at &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTcontents"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTcontents&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jan 2012 17:31:30 GMT</pubDate>
    <dc:creator>ChrisG</dc:creator>
    <dc:date>2012-01-27T17:31:30Z</dc:date>
    <item>
      <title>Splunk extension</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59327#M11682</link>
      <description>&lt;P&gt;Does Splunk provide API for an external application to read the parsed data and generate the output for Splunk to display?&lt;/P&gt;

&lt;P&gt;We plan to implement proprietary algorithm to detect anomaly in logs, but yet leverage on splunk's data collection/parsing and visualization capability.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2012 09:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59327#M11682</guid>
      <dc:creator>wanling</dc:creator>
      <dc:date>2012-01-27T09:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk extension</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59328#M11683</link>
      <description>&lt;P&gt;Splunk provides a REST API (&lt;A href="http://dev.splunk.com/view/rest-api-overview/SP-CAAADP8"&gt;http://dev.splunk.com/view/rest-api-overview/SP-CAAADP8&lt;/A&gt; ) that external applications can use to perform queries. This API cannot however (at least not easily) in itself be used for writing back results directly into Splunk. There are a number of options for how to achieve this though.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;You could create a scripted input that performs the queries through the REST API, carries out its analysis and then echoes back its results to stdout, which will then be read by Splunk.&lt;/LI&gt;
&lt;LI&gt;You can have the script run separately and write its results to a file that is monitored by Splunk.&lt;/LI&gt;
&lt;LI&gt;If your analysis is performed line-by-line, you could have it run as a dynamic lookup script that writes its results to a field.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Only the dynamic lookup option meets the requirement of showing externally analysed results from some specific query directly back to the user.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2012 11:30:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59328#M11683</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-01-27T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk extension</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59329#M11684</link>
      <description>&lt;P&gt;Complete documentation of the REST API is available at &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTcontents"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTcontents&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2012 17:31:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59329#M11684</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2012-01-27T17:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk extension</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59330#M11685</link>
      <description>&lt;P&gt;Regrading the getting data back into Splunk  ,you can certainly also do this via REST using the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTinput#POST_receivers.2Fsimple"&gt;receivers/simple&lt;/A&gt; or &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTinput#POST_receivers.2Fstream"&gt;receivers/stream&lt;/A&gt; endpoints.&lt;/P&gt;

&lt;P&gt;Also  ,check out the &lt;A href="http://dev.splunk.com/view/sdks/SP-CAAADP7"&gt;SDKs&lt;/A&gt; at dev.splunk.com , will help you to get up and running with the REST API a lot quicker.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2012 20:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59330#M11685</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-01-28T20:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk extension</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59331#M11686</link>
      <description>&lt;P&gt;Already been done - see the &lt;A href="http://splunk-base.splunk.com/apps/68765/prelert-anomaly-detective"&gt;Prelert Anomaly Detective&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 19:37:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-extension/m-p/59331#M11686</guid>
      <dc:creator>richcollier</dc:creator>
      <dc:date>2013-03-18T19:37:16Z</dc:date>
    </item>
  </channel>
</rss>

