<?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 - Polling Interval is not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114302#M23915</link>
    <description>&lt;P&gt;what does your inputs.conf stanza look like ?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2015 04:25:43 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2015-11-03T04:25:43Z</dc:date>
    <item>
      <title>REST API Modular Input - Polling Interval is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114299#M23912</link>
      <description>&lt;P&gt;Hello Everyone, &lt;/P&gt;

&lt;P&gt;I try to use the REST Api Input in my splunk account but i have an issue.&lt;BR /&gt;
The "Polling Interval" value configuration seems not to work and the default value is not working either.&lt;/P&gt;

&lt;P&gt;In fact the REST service i try to contact is flooded like hell with many request by seconds !&lt;BR /&gt;
I try without any value, with a value in second, millisecond, nothing is working and my service keep to be flooded. &lt;/P&gt;

&lt;P&gt;Can you help me with this ? &lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 07:53:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114299#M23912</guid>
      <dc:creator>jeromemarcotty</dc:creator>
      <dc:date>2015-07-09T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input - Polling Interval is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114300#M23913</link>
      <description>&lt;P&gt;Do you have any errors in the logs ? &lt;/P&gt;

&lt;P&gt;Search in Splunk with :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal ExecProcessor error rest.py
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do you have any errors on the server hosting the REST endpoint ?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 01:04:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114300#M23913</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-07-10T01:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input - Polling Interval is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114301#M23914</link>
      <description>&lt;P&gt;Unfortunately I can't get server-side error logs. I am trying to connect to the Nest API and don't have access to the server. I can successfully connect, but intervals do not seem to work at all. The only error I get is from rest.py:&lt;/P&gt;

&lt;P&gt;11-01-2015 21:26:15.237 -0500 ERROR ExecProcessor - message from "python /Applications/Splunk/etc/apps/rest_ta/bin/rest.py" Exception performing request:&lt;/P&gt;

&lt;P&gt;I get this each time the client should be reaching out to pull down data. &lt;/P&gt;

&lt;P&gt;If I restart Splunk or edit and save the input, the data comes down once and I enter the same broken state. &lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 02:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114301#M23914</guid>
      <dc:creator>ryanoconnor</dc:creator>
      <dc:date>2015-11-02T02:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input - Polling Interval is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114302#M23915</link>
      <description>&lt;P&gt;what does your inputs.conf stanza look like ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 04:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114302#M23915</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-11-03T04:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Modular Input - Polling Interval is not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114303#M23916</link>
      <description>&lt;P&gt;[rest://Nest Devices]&lt;BR /&gt;
auth_type = oauth2&lt;BR /&gt;
endpoint = &lt;A href="https://developer-api.nest.com/devices.json" target="_blank"&gt;https://developer-api.nest.com/devices.json&lt;/A&gt;&lt;BR /&gt;
http_method = GET&lt;BR /&gt;
index_error_response_codes = 1&lt;BR /&gt;
oauth2_access_token = &lt;STRONG&gt;TOKEN&lt;/STRONG&gt;&lt;BR /&gt;
oauth2_client_id = &lt;STRONG&gt;CLIENT_ID&lt;/STRONG&gt;&lt;BR /&gt;
oauth2_client_secret = &lt;STRONG&gt;CLIENT_SECRET&lt;/STRONG&gt;&lt;BR /&gt;
response_type = json&lt;BR /&gt;
sequential_mode = 0&lt;BR /&gt;
sourcetype = nest&lt;BR /&gt;
streaming_request = 0&lt;BR /&gt;
url_args = auth=&lt;STRONG&gt;TOKEN&lt;/STRONG&gt;&lt;BR /&gt;
polling_interval =&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:48:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/REST-API-Modular-Input-Polling-Interval-is-not-working/m-p/114303#M23916</guid>
      <dc:creator>ryanoconnor</dc:creator>
      <dc:date>2020-09-29T07:48:21Z</dc:date>
    </item>
  </channel>
</rss>

