Splunk Enterprise

Why am I Unable to change owner via RestAPI on Saved Orphan search?

SuhDudes
Observer

Hello guys,

 

We have some orphaned saves searches in our splunk cloud instance that are viewable via the following Rest search:
| rest splunk_server=local /servicesNS/-/-/saved/searches add_orphan_field=yes count=0

However when looking at the searches pulled in searches > Reports and Alerting they do not show up.

There are also zero saved searches viewable under Settings > All Configurations > Reassign Knowledge Objects > Orphaned (with all filters on all)

Screenshot 2023-09-11 at 5.20.23 PM.png

 

We are trying to reassign these searches via Rest with the following example syntax:

curl -sk -H 'Authorization: Bearer <token>' -d 'owner=<name of valid owner>'   https://<splunk cloud.com>:8089/servicesNS/nobody/search/saved/searches/%28%20Customers-LoyaltyEnrollment_1.0%20%29

But are receiving  the following error

MicrosoftTeams-image (155).png

This is not an issue with the id as the following is able to pull saved search info.

curl -sk -H 'Authorization: Bearer <token>'  https://<splunk cloud.com>:8089/servicesNS/nobody/search/saved/searches/%28%20Customers-LoyaltyEnrollment_1.0%20%29

 

Does anyone have a better syntax to use to post this owner change to the saved searches?

Labels (2)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...