<?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 CALL in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507277#M2399</link>
    <description>You could follow the next instructions &lt;A href="https://community.splunk.com/t5/Reporting/How-to-start-a-saved-search-using-REST-API/td-p/88026" target="_blank"&gt;https://community.splunk.com/t5/Reporting/How-to-start-a-saved-search-using-REST-API/td-p/88026&lt;/A&gt;&lt;BR /&gt;R. Ismo</description>
    <pubDate>Fri, 03 Jul 2020 16:53:07 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-07-03T16:53:07Z</dc:date>
    <item>
      <title>REST API CALL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/506495#M2280</link>
      <description>&lt;P&gt;How to set time range using REST API call&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 09:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/506495#M2280</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2020-06-29T09:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: REST API CALL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/506527#M2286</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide more details?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 13:32:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/506527#M2286</guid>
      <dc:creator>anilchaithu</dc:creator>
      <dc:date>2020-06-29T13:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: REST API CALL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507001#M2354</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;1. If suppose I need to view some particular index logs in putty, how to write a curl query ?&lt;/P&gt;&lt;P&gt;2. Question no. 1 should be seen for every 15 mins&lt;/P&gt;&lt;P&gt;For Question 1, I used below query but getting error (&amp;gt;This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.)&lt;/P&gt;&lt;P data-unlink="true"&gt;curl -u adminuserid:password -k https://splunk.com/app/search/search?sid=gave that job id which we see in splunk&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;u = user id&lt;/P&gt;&lt;P&gt;k= ???&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 08:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507001#M2354</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2020-07-02T08:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: REST API CALL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507105#M2367</link>
      <description>&lt;P&gt;With REST you couldn’t give time, it just give what is status on time of query. If needed old events then you must try to found those from _introspection.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-k means trust non official CA signed ssl/toss cert.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 15:14:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507105#M2367</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-02T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: REST API CALL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507242#M2391</link>
      <description>&lt;P&gt;May I know how to write CURL command for a particular saved search&amp;nbsp; called advanced_automation&lt;/P&gt;&lt;P&gt;I am using below command, where I am getting error as no such saved search.&lt;/P&gt;&lt;P&gt;curl -k -u admin:password -d "search=savedsearch advanced_automation" &lt;A href="https://localhost:8089/services/search/jobs/" target="_blank"&gt;https://localhost:8089/services/search/jobs/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 11:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507242#M2391</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2020-07-03T11:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: REST API CALL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507277#M2399</link>
      <description>You could follow the next instructions &lt;A href="https://community.splunk.com/t5/Reporting/How-to-start-a-saved-search-using-REST-API/td-p/88026" target="_blank"&gt;https://community.splunk.com/t5/Reporting/How-to-start-a-saved-search-using-REST-API/td-p/88026&lt;/A&gt;&lt;BR /&gt;R. Ismo</description>
      <pubDate>Fri, 03 Jul 2020 16:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/507277#M2399</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-03T16:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: REST API CALL</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/509671#M2674</link>
      <description>&lt;P&gt;This one worked&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://splunk-api-url:8089/servicesNS/nobody/appname/search/jobs/export?output_mode=json&amp;amp;segmentation=none&amp;amp;latest_time=2020-07-15T00%3A05%3A00.000&amp;amp;earliest_time=2020-07-15T00%3A00%3A00.000&amp;amp;search=|savedsearch%20savedsearchname%20|search%20Code=XXX-10-12&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 09:51:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/REST-API-CALL/m-p/509671#M2674</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2020-07-17T09:51:35Z</dc:date>
    </item>
  </channel>
</rss>

