<?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: What is the endpoint I can use for the saved search using API ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385417#M69238</link>
    <description>&lt;P&gt;I think you got the question in wrong way.&lt;/P&gt;

&lt;P&gt;I have a saved search which runs every 30 mins and get the count value.  I need this value to be take by other application. To have the value to other application we are using rest call. I need what could be the  url need to given  to application team for the rest call&lt;/P&gt;

&lt;P&gt;eg : &lt;A href="https://localhost:8089//services/saved/searches"&gt;https://localhost:8089//services/saved/searches&lt;/A&gt; --  just example but i need the exact URL which should be give for&lt;BR /&gt;
saved search name is  --- arunsbadmin -- please write the url based on the saved search name&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2018 20:11:24 GMT</pubDate>
    <dc:creator>arunsoni</dc:creator>
    <dc:date>2018-09-19T20:11:24Z</dc:date>
    <item>
      <title>What is the endpoint I can use for the saved search using API ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385415#M69236</link>
      <description>&lt;P&gt;I have a saved search in Splunk. What is the exact URL I need to give to the other team so they can access the saved search along with the result?&lt;/P&gt;

&lt;P&gt;The saved search runs for every 30mins and returns the count. So the other application is using REST API to get the count and store in there database for every 30mins. &lt;/P&gt;

&lt;P&gt;eg : saved search name is &lt;STRONG&gt;arunsbadmin&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;what could be the url that I can give to the application team and what is the method to be used(POST or GET) ?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 20:47:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385415#M69236</guid>
      <dc:creator>arunsoni</dc:creator>
      <dc:date>2018-09-18T20:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: What is the endpoint I can use for the saved search using API ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385416#M69237</link>
      <description>&lt;P&gt;I found a resource that may be helpful to you in regards to your question:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/view/SP-CAAAGYH"&gt;Video Tutorial by Karen Hodges&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.splunk.com/view/SP-CAAAGYH"&gt;https://www.splunk.com/view/SP-CAAAGYH&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As well, I found the following documentation if having a readable chunk of text is a better format for you:&lt;/P&gt;

&lt;P&gt;From what I have found, it appears the general steps are as follows -&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Navigate to the Searches and reports page in your app in Splunk Manager.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Locate your saved search in the list view and click the Permissions link next to it.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Click the box to Share saved search. This moves the search from your user directory to the app's directory.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Optionally set read/write permissions for users in the access control list. Make sure everyone who will be using your dashboard has read permission for any searches shared in that dashboard. &lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;It may also help to have a look at this documentation on &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/CurateSplunkknowledgewithManager#Make_an_object_available_to_users_of_a_particular_app"&gt;Managing Knowledge Objects&lt;/A&gt; to see additional info that may relate depending on your specific needs:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/CurateSplunkknowledgewithManager#Make_an_object_available_to_users_of_a_particular_app"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/CurateSplunkknowledgewithManager#Make_an_object_available_to_users_of_a_particular_app&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 19:46:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385416#M69237</guid>
      <dc:creator>lwest_splunk</dc:creator>
      <dc:date>2018-09-19T19:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the endpoint I can use for the saved search using API ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385417#M69238</link>
      <description>&lt;P&gt;I think you got the question in wrong way.&lt;/P&gt;

&lt;P&gt;I have a saved search which runs every 30 mins and get the count value.  I need this value to be take by other application. To have the value to other application we are using rest call. I need what could be the  url need to given  to application team for the rest call&lt;/P&gt;

&lt;P&gt;eg : &lt;A href="https://localhost:8089//services/saved/searches"&gt;https://localhost:8089//services/saved/searches&lt;/A&gt; --  just example but i need the exact URL which should be give for&lt;BR /&gt;
saved search name is  --- arunsbadmin -- please write the url based on the saved search name&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 20:11:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385417#M69238</guid>
      <dc:creator>arunsoni</dc:creator>
      <dc:date>2018-09-19T20:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is the endpoint I can use for the saved search using API ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385418#M69239</link>
      <description>&lt;P&gt;Ah! My apologies! I did misunderstand. Doing a bit more digging around, I was able to find another question similar to this, that had the following information:&lt;/P&gt;

&lt;P&gt;Please try:&lt;/P&gt;

&lt;P&gt;curl --silent -k -u ':' &lt;A href="https://localhost:8089/servicesNS/admin/search/search/jobs/export"&gt;https://localhost:8089/servicesNS/admin/search/search/jobs/export&lt;/A&gt; -d search=" savedsearch "&lt;/P&gt;

&lt;P&gt;You can also use the following if you would like the results in CSV format:&lt;/P&gt;

&lt;P&gt;curl --silent -k -u ':' &lt;A href="https://localhost:8089/servicesNS/admin/search/search/jobs/export?output_mode=csv"&gt;https://localhost:8089/servicesNS/admin/search/search/jobs/export?output_mode=csv&lt;/A&gt; -d search=" savedsearch "&lt;/P&gt;

&lt;P&gt;Does this meet your need a bit better?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 20:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385418#M69239</guid>
      <dc:creator>lwest_splunk</dc:creator>
      <dc:date>2018-09-19T20:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is the endpoint I can use for the saved search using API ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385419#M69240</link>
      <description>&lt;P&gt;I need to use it using UI ? The above which you stated is using CLI mode. &lt;BR /&gt;
Please post me the url to be used using the UI Page . Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:01:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-endpoint-I-can-use-for-the-saved-search-using-API/m-p/385419#M69240</guid>
      <dc:creator>arunsoni</dc:creator>
      <dc:date>2018-09-20T15:01:01Z</dc:date>
    </item>
  </channel>
</rss>

