<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Saved Search Owner Gone in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25370#M4776</link>
    <description>&lt;P&gt;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?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2011 23:09:43 GMT</pubDate>
    <dc:creator>ironhalo</dc:creator>
    <dc:date>2011-06-08T23:09:43Z</dc:date>
    <item>
      <title>Saved Search Owner Gone</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25370#M4776</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 23:09:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25370#M4776</guid>
      <dc:creator>ironhalo</dc:creator>
      <dc:date>2011-06-08T23:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Saved Search Owner Gone</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25371#M4777</link>
      <description>&lt;P&gt;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. &lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 23:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25371#M4777</guid>
      <dc:creator>Takajian</dc:creator>
      <dc:date>2011-06-08T23:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Saved Search Owner Gone</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25372#M4778</link>
      <description>&lt;P&gt;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.  &lt;/P&gt;

&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 00:09:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25372#M4778</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2011-06-09T00:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Saved Search Owner Gone</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25373#M4779</link>
      <description>&lt;P&gt;Although you could do this:   &lt;/P&gt;

&lt;P&gt;Determine the app that the savedsearch (or tag or eventtype etc) belongs to. Edit the file&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/[appname]/metadata/local.meta&lt;BR /&gt;&lt;BR /&gt;
Find the item(s) that need to be changed, and update the owner field.&lt;/P&gt;

&lt;P&gt;This should change the owner. AFAIK, there is no way to do this from the GUI.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 09:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25373#M4779</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-10-09T09:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Saved Search Owner Gone</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25374#M4780</link>
      <description>&lt;P&gt;For those of you on *Nix machines would be able to do something like this:&lt;BR /&gt;
cd $SPLUNK_HOME/etc&lt;BR /&gt;
for x in find . -name 'local.meta'; do cp $x $x.old ; sed s/olduser/newuser/ &amp;lt; $x &amp;gt; $x.new ; mv -f $x.new $x ; done&lt;BR /&gt;
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.&lt;BR /&gt;
Brian&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 18:49:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25374#M4780</guid>
      <dc:creator>bosburn_splunk</dc:creator>
      <dc:date>2014-02-04T18:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Saved Search Owner Gone</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25375#M4781</link>
      <description>&lt;P&gt;Only those searches that have &lt;CODE&gt;Private&lt;/CODE&gt; permissions; the ones with &lt;CODE&gt;App&lt;/CODE&gt; or &lt;CODE&gt;Global&lt;/CODE&gt; are located elsewhere and will not be deleted but will switch to ownership of &lt;CODE&gt;nobody&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 15:43:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25375#M4781</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-11-20T15:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Saved Search Owner Gone</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25376#M4782</link>
      <description>&lt;P&gt;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).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:13:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-Search-Owner-Gone/m-p/25376#M4782</guid>
      <dc:creator>tweaktubbie</dc:creator>
      <dc:date>2016-08-23T08:13:35Z</dc:date>
    </item>
  </channel>
</rss>

