Security

Changing saved search permissions via CLI

crt89
Communicator

Hi Splunkers,

I would like to ask is it possible to change saved search permissions (private -> app) using a command via CLI ?

I know its much more convenient to use the web ui but in my case I can't access the gui. I also checked this post click here. I encountered an error

FAILED: 'HTTP/1.1 404 Not Found'
Content:
<?xml version="1.0" encoding="UTF-8"?>
<response>
  <messages>
    <msg type="ERROR">Not Found</msg>
  </messages>
</response>

It's a bit outdated as it was asked 2012. I don't know if there have been changes on the command that they're using. Hope to hear from you guys.

Thanks,

crt

1 Solution

MuS
Legend

Hi crt89,

this still works like written by @Hexx.

Here is a little test I did:

First I created a small search and saved it as myFoo in the search app, it got permission private

alt text

Next I ran the following command from cli:

$SPLUNK_HOME/bin/splunk _internal call '/servicesNS/admin/search/saved/searches/myFoo/acl' -post:owner admin -post:sharing app

and changed permission to app by doing so

alt text

watch out for any possible typos in your command.

hope this helps ...

cheers, MuS

View solution in original post

MuS
Legend

Hi crt89,

this still works like written by @Hexx.

Here is a little test I did:

First I created a small search and saved it as myFoo in the search app, it got permission private

alt text

Next I ran the following command from cli:

$SPLUNK_HOME/bin/splunk _internal call '/servicesNS/admin/search/saved/searches/myFoo/acl' -post:owner admin -post:sharing app

and changed permission to app by doing so

alt text

watch out for any possible typos in your command.

hope this helps ...

cheers, MuS

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...