Security

How can we set the owner of a saved search from admin to another user?

ddrillic
Ultra Champion

In the following page, we are unable to change the ownership of a saved search -

Where can we do it?

alt text

Tags (3)
0 Karma
1 Solution

elliotproebstel
Champion

If you have filesystem access to the search head, you can change it in $SPLUNK_HOME/etc/apps/yourapp/metadata/local.meta.

Look for the stanza starting with [savedsearches/45%20Day%20AuthFailures] and replace owner = admin with the value of the username you would like to have own the search.

Note: After doing this, you will probably need to visit https://your.search.head/en-US/debug/refresh to make Splunk pick up the change in the config file.

View solution in original post

somesoni2
Revered Legend

Also look at the REST API method of doing the same (requirement: the current owner should be a valid user). This is helpful for SHC as well as avoids file changes and refresh/restart of Splunk.

https://answers.splunk.com/answers/295303/how-do-i-change-the-owner-of-a-saved-search-or-vie.html

ddrillic
Ultra Champion

Gorgeous @somesoni2.

0 Karma

elliotproebstel
Champion

If you have filesystem access to the search head, you can change it in $SPLUNK_HOME/etc/apps/yourapp/metadata/local.meta.

Look for the stanza starting with [savedsearches/45%20Day%20AuthFailures] and replace owner = admin with the value of the username you would like to have own the search.

Note: After doing this, you will probably need to visit https://your.search.head/en-US/debug/refresh to make Splunk pick up the change in the config file.

ddrillic
Ultra Champion

Perfect @elliotproebstel. I see it!!!

[savedsearches/<name>]
export = none
owner = admin
version = 6.5.2
modtime = 1509563343.905030000
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...