<?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 Unable to search using REST API in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390392#M172980</link>
    <description>&lt;P&gt;Hi I have a cloud instance version 7.0.2.1 &lt;A href="https://prd-p-df4vmzb62ds7.cloud.splunk.com"&gt;https://prd-p-df4vmzb62ds7.cloud.splunk.com&lt;/A&gt;. I am trying to use REST API to run search but I am always getting Page Not Found error. I gave correct username/password. I tried running simple POST call using endpoint utr &lt;A href="https://prd-p-df4vmzb62ds7.cloud.splunk.com/services/auth/login"&gt;https://prd-p-df4vmzb62ds7.cloud.splunk.com/services/auth/login&lt;/A&gt; but it is not working. If anyone has used REST API then can you please help? I also have local version 5.x but it is not enterprise. Is REST API supported only in enterprise version?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Feb 2019 04:42:55 GMT</pubDate>
    <dc:creator>vinitchaudhari1</dc:creator>
    <dc:date>2019-02-18T04:42:55Z</dc:date>
    <item>
      <title>Unable to search using REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390392#M172980</link>
      <description>&lt;P&gt;Hi I have a cloud instance version 7.0.2.1 &lt;A href="https://prd-p-df4vmzb62ds7.cloud.splunk.com"&gt;https://prd-p-df4vmzb62ds7.cloud.splunk.com&lt;/A&gt;. I am trying to use REST API to run search but I am always getting Page Not Found error. I gave correct username/password. I tried running simple POST call using endpoint utr &lt;A href="https://prd-p-df4vmzb62ds7.cloud.splunk.com/services/auth/login"&gt;https://prd-p-df4vmzb62ds7.cloud.splunk.com/services/auth/login&lt;/A&gt; but it is not working. If anyone has used REST API then can you please help? I also have local version 5.x but it is not enterprise. Is REST API supported only in enterprise version?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 04:42:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390392#M172980</guid>
      <dc:creator>vinitchaudhari1</dc:creator>
      <dc:date>2019-02-18T04:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to search using REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390393#M172981</link>
      <description>&lt;P&gt;Are you using port 8089?&lt;BR /&gt;
    &lt;A href="https://your-instance.com:8089/services/admin"&gt;https://your-instance.com:8089/services/admin&lt;/A&gt;...&lt;/P&gt;

&lt;P&gt;The UI runs on port 8000 and is typically forwarded from 443. But the API Endpoints are over 8089, which is also the management port.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 20:28:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390393#M172981</guid>
      <dc:creator>seegeekrun</dc:creator>
      <dc:date>2019-02-19T20:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to search using REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390394#M172982</link>
      <description>&lt;P&gt;Thanks Seegeekrun for the response. I am using 8089. I just found out that it works with curl but not with Postman or SOAP UI. Is there a way to use Postman or SOAP UI for Splunk REST API?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 22:37:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390394#M172982</guid>
      <dc:creator>vinitchaudhari1</dc:creator>
      <dc:date>2019-02-19T22:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to search using REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390395#M172983</link>
      <description>&lt;P&gt;In Postman or Soap UI, you'll want to make sure that Authorization (Basic Auth) is set and the credentials are added.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://learning.getpostman.com/docs/postman/sending_api_requests/authorization/"&gt;Postman - Authorization&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://learning.getpostman.com/docs/postman/sending_api_requests/authorization/"&gt;https://learning.getpostman.com/docs/postman/sending_api_requests/authorization/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.soapui.org/soap-and-wsdl/authenticating-soap-requests.html"&gt;Soap UI - How to Authenticate&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.soapui.org/soap-and-wsdl/authenticating-soap-requests.html"&gt;https://www.soapui.org/soap-and-wsdl/authenticating-soap-requests.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 15:29:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-search-using-REST-API/m-p/390395#M172983</guid>
      <dc:creator>seegeekrun</dc:creator>
      <dc:date>2019-02-20T15:29:03Z</dc:date>
    </item>
  </channel>
</rss>

