Getting Data In

How to rename the savedsearches using REST API

ajayathmakuri
Engager

Hi Splunkers,

Any idea how can we rename the saved searches using REST API.

I have tried by referring https://wiki.splunk.com/Community:How_to_change_owner_of_savedsearches_using_REST_API but I'm getting errors while executing.Please assist me .Thanks!

0 Karma

koshyk
Super Champion

You need to do outside Splunk GUI as GUI supports REST GET only.

So your client (postman) or curl.
An example using CURL with MySavedSearch which has ownership of admin user

curl -k -u admin:pass https://localhost:8089/servicesNS/admin/search/saved/searches/MySavedSearch -d title="MyNewSearch"

Please refer https://docs.splunk.com/Documentation/Splunk/7.2.6/RESTREF/RESTsearch

0 Karma
Get Updates on the Splunk Community!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...