<?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 we get data from API in Splunk App on demand and without indexing it? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357171#M65219</link>
    <description>&lt;P&gt;Yes you can make a custom search command to fetch and enhance your search data as fields.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.2/Search/Aboutcustomsearchcommands"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.2/Search/Aboutcustomsearchcommands&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Mar 2018 16:50:47 GMT</pubDate>
    <dc:creator>starcher</dc:creator>
    <dc:date>2018-03-16T16:50:47Z</dc:date>
    <item>
      <title>Can we get data from API in Splunk App on demand and without indexing it?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357170#M65218</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Would it be possible to get data from an external RESTful API and draw the JSON results with Splunk element as charts or tables?&lt;BR /&gt;
Thank you in advance&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 15:41:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357170#M65218</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-16T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get data from API in Splunk App on demand and without indexing it?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357171#M65219</link>
      <description>&lt;P&gt;Yes you can make a custom search command to fetch and enhance your search data as fields.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.2/Search/Aboutcustomsearchcommands"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.2/Search/Aboutcustomsearchcommands&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 16:50:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357171#M65219</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2018-03-16T16:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get data from API in Splunk App on demand and without indexing it?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357172#M65220</link>
      <description>&lt;P&gt;I appreciate so much your quick response . &lt;BR /&gt;
After reading those documents it's not quite clear for me how to enhance the JSON results as data fields in order to draw charts or tables with them even if I make a command for fetching the data with 'wget' or 'curl'. Please, could you give me more details about it?&lt;BR /&gt;
Thank you for your help&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 17:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357172#M65220</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-16T17:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get data from API in Splunk App on demand and without indexing it?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357173#M65221</link>
      <description>&lt;P&gt;You need to have some development skills. Preferably python. You want a streaming command to add fields to events. This is an example of adding/modifying fields on events as they pass through the command. The code to get such data from an api is additional you'd have to do.&lt;BR /&gt;
&lt;A href="https://github.com/georgestarcher/TA-esreplacefields/blob/master/bin/esreplacefields.py"&gt;https://github.com/georgestarcher/TA-esreplacefields/blob/master/bin/esreplacefields.py&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 18:26:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357173#M65221</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2018-03-16T18:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get data from API in Splunk App on demand and without indexing it?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357174#M65222</link>
      <description>&lt;P&gt;Thank you so much, I will check it&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 19:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357174#M65222</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-16T19:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get data from API in Splunk App on demand and without indexing it?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357175#M65223</link>
      <description>&lt;P&gt;Hi again @starcher, I've been checking out your scripts and I think there are some conceptual issues I'm still not getting. How could I retrieve those fetched jsons from the script to the Splunk app? And how could I draw, for example, a table with them if they're not indexed?&lt;BR /&gt;
Lets say that I want to fetch data from - &lt;A href="https://externfoo.bar/logs?page=1"&gt;https://externfoo.bar/logs?page=1&lt;/A&gt; when I press page 1 in the table, &lt;A href="https://externfoo.bar/logs?page=2"&gt;https://externfoo.bar/logs?page=2&lt;/A&gt; when page 2 is pressed, and so. All in real time and on demand.&lt;BR /&gt;
Thank you again for your help&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:13:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-get-data-from-API-in-Splunk-App-on-demand-and-without/m-p/357175#M65223</guid>
      <dc:creator>wazuhtest</dc:creator>
      <dc:date>2018-03-19T11:13:52Z</dc:date>
    </item>
  </channel>
</rss>

