Splunk Search

Saved Search Owner Gone

ironhalo
Explorer

If the user who owns a saved search is locked our or deleted, what will become of their saved searches? Do I need to modify the local.meta file, or will the jobs simply become orphaned? If they become orphaned, will they still run?

Tags (3)

lguinn2
Legend

If you delete a user, the PRIVATE saved searches owned by the user will be deleted. If the user has SHARED any searches (or other knowledge objects), they will still exist.

The shared knowledge objects will still have the deleted user's name attached to them; they may be deleted by the Splunk admin. However, I don't think there is any mechanism for the Splunk admin to assign the saved searches to another user.

tweaktubbie
Communicator

Would be handy if reassign was implemented; in 6.4 orphaned searches are brought to your attention, but the only solution to make it work again is clone to something renamed, remove the original search, and clone to the original name again (and remove the temp clone).

0 Karma

bosburn_splunk
Splunk Employee
Splunk Employee

For those of you on *Nix machines would be able to do something like this:
cd $SPLUNK_HOME/etc
for x in find . -name 'local.meta'; do cp $x $x.old ; sed s/olduser/newuser/ < $x > $x.new ; mv -f $x.new $x ; done
This will make a backup of the local.meta, swap out the olduser for the newuser and copy it over the local.meta. All you should have to do is restart Splunk.
Brian

lguinn2
Legend

Although you could do this:

Determine the app that the savedsearch (or tag or eventtype etc) belongs to. Edit the file
$SPLUNK_HOME/etc/apps/[appname]/metadata/local.meta

Find the item(s) that need to be changed, and update the owner field.

This should change the owner. AFAIK, there is no way to do this from the GUI.

0 Karma

Takajian
Builder

If you delete user, the saved search owned by the user will be deleted. Configuration owned by user is stored in $SPLUNK_HOME/etc/user directory. If you remove the user completely, those configuration will be also removed.

0 Karma

woodcock
Esteemed Legend

Only those searches that have Private permissions; the ones with App or Global are located elsewhere and will not be deleted but will switch to ownership of nobody.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...