<?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 How to rename the savedsearches using REST API in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-rename-the-savedsearches-using-REST-API/m-p/382084#M68883</link>
    <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;

&lt;P&gt;Any idea how can we rename the saved searches using REST API.&lt;/P&gt;

&lt;P&gt;I have tried by referring &lt;A href="https://wiki.splunk.com/Community:How_to_change_owner_of_savedsearches_using_REST_API"&gt;https://wiki.splunk.com/Community:How_to_change_owner_of_savedsearches_using_REST_API&lt;/A&gt; but I'm getting errors while executing.Please assist me .Thanks! &lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 08:48:35 GMT</pubDate>
    <dc:creator>ajayathmakuri</dc:creator>
    <dc:date>2019-05-20T08:48:35Z</dc:date>
    <item>
      <title>How to rename the savedsearches using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-rename-the-savedsearches-using-REST-API/m-p/382084#M68883</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;

&lt;P&gt;Any idea how can we rename the saved searches using REST API.&lt;/P&gt;

&lt;P&gt;I have tried by referring &lt;A href="https://wiki.splunk.com/Community:How_to_change_owner_of_savedsearches_using_REST_API"&gt;https://wiki.splunk.com/Community:How_to_change_owner_of_savedsearches_using_REST_API&lt;/A&gt; but I'm getting errors while executing.Please assist me .Thanks! &lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 08:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-rename-the-savedsearches-using-REST-API/m-p/382084#M68883</guid>
      <dc:creator>ajayathmakuri</dc:creator>
      <dc:date>2019-05-20T08:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename the savedsearches using REST API</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-rename-the-savedsearches-using-REST-API/m-p/382085#M68884</link>
      <description>&lt;P&gt;You need to do outside Splunk GUI as GUI supports REST  GET only.&lt;/P&gt;

&lt;P&gt;So your client (postman) or curl. &lt;BR /&gt;
An example using CURL with &lt;CODE&gt;MySavedSearch&lt;/CODE&gt; which has ownership of &lt;CODE&gt;admin&lt;/CODE&gt; user&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:pass &lt;A href="https://localhost:8089/servicesNS/admin/search/saved/searches/MySavedSearch" target="test_blank"&gt;https://localhost:8089/servicesNS/admin/search/saved/searches/MySavedSearch&lt;/A&gt; -d title="MyNewSearch"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please refer &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/RESTREF/RESTsearch"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.6/RESTREF/RESTsearch&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:11:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-rename-the-savedsearches-using-REST-API/m-p/382085#M68884</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-20T09:11:31Z</dc:date>
    </item>
  </channel>
</rss>

