<?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: REST API Modular Input v1.3.7 - Enhancements in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109878#M7865</link>
    <description>&lt;P&gt;Thanks. The setup I work with is a bit different from most, lots of the application is built on REST endpoints. This will be of great help. &lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2015 07:30:14 GMT</pubDate>
    <dc:creator>DanielFordWA</dc:creator>
    <dc:date>2015-07-14T07:30:14Z</dc:date>
    <item>
      <title>REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109873#M7860</link>
      <description>&lt;P&gt;I have started to learn python and made some basic edits to the REST API Modular Input v1.3.7 tokens.py and responsehandlers.py files.&lt;/P&gt;

&lt;P&gt;There is some extra functionality I think would be very helpful.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;It would be great if the polling interval could be done on a CRON schedule. I only need to query some endpoints once a day and entering a  86400 second polling interval only seems to start from the enabling of the endpoint. I am being asked to set the time for 3am, waking up at 3am to setup the Data Input is a bit difficult. Also when people setup inputs how can I find out when the data is due to arrive? I may be wrong on this, sorry if I am.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Love the recent functionality that tokens can return a list of values. &lt;A href="http://answers.splunk.com/answers/260134/rest-api-modular-input-combining-multiple-rest-url-1.html"&gt;http://answers.splunk.com/answers/260134/rest-api-modular-input-combining-multiple-rest-url-1.html&lt;/A&gt; However on some backloads I have been asked to leave a certain amount of time between each call as I am back loading up to 2 years worth of data.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:06:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109873#M7860</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-07-08T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109874#M7861</link>
      <description>&lt;P&gt;Cheers , I'll look into this as soon as I can.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:42:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109874#M7861</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-07-08T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109875#M7862</link>
      <description>&lt;P&gt;I've noticed that if the Splunk server is restarted the REST Data Input will pull back data even with a 8600 delay. &lt;/P&gt;

&lt;P&gt;The delay does not seem to carry over after the restart.&lt;/P&gt;

&lt;P&gt;Adding a CRON Schedule I guess would solve this issue.&lt;/P&gt;

&lt;P&gt;Thanks for looking at the enhancements&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 13:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109875#M7862</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-07-10T13:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109876#M7863</link>
      <description>&lt;P&gt;I have zero idea what the specification is for the REST endpoints you are polling.&lt;BR /&gt;
But perhaps (and I am 100% guessing here) in the documentation there are options in the arguments for the REST endpoint you are calling that you can use to maintain a cursoring position. It might be an id  or timestamp based cursor for example (based off other REST services such as Twitter's that I have seen).&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 13:36:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109876#M7863</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-07-10T13:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109877#M7864</link>
      <description>&lt;P&gt;UPDATE : code written , need to test a bit before release.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109877#M7864</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-07-14T03:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109878#M7865</link>
      <description>&lt;P&gt;Thanks. The setup I work with is a bit different from most, lots of the application is built on REST endpoints. This will be of great help. &lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 07:30:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109878#M7865</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-07-14T07:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109879#M7866</link>
      <description>&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1546/"&gt;The latest release&lt;/A&gt;  , version 1.3.9,  of the REST API Modular Input now has this functionality. Enjoy !&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/456i3A3F675EF326BD4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 16:12:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109879#M7866</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-07-15T16:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109880#M7867</link>
      <description>&lt;P&gt;Thanks for this. Much appreciated &lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 16:15:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109880#M7867</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-07-15T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109881#M7868</link>
      <description>&lt;P&gt;The enhancements work a treat! It makes a huge difference to how I can use Splunk, much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:49:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109881#M7868</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-07-16T15:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input v1.3.7 - Enhancements</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109882#M7869</link>
      <description>&lt;P&gt;Good to hear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/REST-API-Modular-Input-v1-3-7-Enhancements/m-p/109882#M7869</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-07-16T16:06:45Z</dc:date>
    </item>
  </channel>
</rss>

