<?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 Re: What does 'nobody' (under owner column) signify in Splunk search and reporting? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249648#M74505</link>
    <description>&lt;P&gt;It means that the user that created the object is no longer a user in the authenticating system.  If you create a local user, then login as that user, then create any  knowledge object, then delete that user, then all of his KOs will switch to be owned by &lt;CODE&gt;nobody&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2016 13:30:38 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-07-08T13:30:38Z</dc:date>
    <item>
      <title>What does 'nobody' (under owner column) signify in Splunk search and reporting?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249647#M74504</link>
      <description>&lt;P&gt;Probably a silly question, but can someone please advise what 'nobody' (under Owner column) next to a dashboard signifies in Splunk? If an artifact is created it reflects the owner's i.d. as configured in the 'Users' section generally, but there seem to be a lot of objects with 'nobody' as owner in our Splunk instance. What does that mean?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:21:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249647#M74504</guid>
      <dc:creator>saikatr</dc:creator>
      <dc:date>2016-07-08T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: What does 'nobody' (under owner column) signify in Splunk search and reporting?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249648#M74505</link>
      <description>&lt;P&gt;It means that the user that created the object is no longer a user in the authenticating system.  If you create a local user, then login as that user, then create any  knowledge object, then delete that user, then all of his KOs will switch to be owned by &lt;CODE&gt;nobody&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249648#M74505</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-08T13:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: What does 'nobody' (under owner column) signify in Splunk search and reporting?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249649#M74506</link>
      <description>&lt;P&gt;Makes perfect sense. Many thanks for clarifying.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:47:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249649#M74506</guid>
      <dc:creator>saikatr</dc:creator>
      <dc:date>2016-07-08T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: What does 'nobody' (under owner column) signify in Splunk search and reporting?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249650#M74507</link>
      <description>&lt;P&gt;Thanks for the info @woodcock I have a bunch of these from folks who have copied apps in from other search heads. I was able to get the default owner set like below in metadata/local.meta and I see savedsearches.conf objects in UI no longer have the nobody owner next to them. Even after a restart of the search head, I still see the scheduler running these as nobody. So possibly I still have to set at the object level for the scheduler to use the new owner?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#metadata/local.meta
    []
    owner = newowner
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 26 Aug 2017 18:56:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249650#M74507</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2017-08-26T18:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: What does 'nobody' (under owner column) signify in Splunk search and reporting?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249651#M74508</link>
      <description>&lt;P&gt;This only applies if your object does not already have an &lt;CODE&gt;owner=&lt;/CODE&gt; defined.  In your case (actually, in every case where a knowledge object has been created or modified from the GUI), it already has it's own value so it will not inherit the default value that you have defined in &lt;CODE&gt;local.meta&lt;/CODE&gt;.  The way that this works is, as an app developer (do not over-glorify &lt;CODE&gt;app&lt;/CODE&gt;; this just means a packaging of configuration files to be deployed together), I can dispense with putting an &lt;CODE&gt;owner=newowner&lt;/CODE&gt; line under every Knowledge Object definition and instead put &lt;CODE&gt;owner=newowner&lt;/CODE&gt; once inside of &lt;CODE&gt;local.meta&lt;/CODE&gt;.  If Splunk does not find an &lt;CODE&gt;owner=&lt;/CODE&gt; line in the Knowledge Object definition stanza, it will use the one from &lt;CODE&gt;local.meta&lt;/CODE&gt; (if it exists).&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 13:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-nobody-under-owner-column-signify-in-Splunk-search-and/m-p/249651#M74508</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-08-27T13:01:38Z</dc:date>
    </item>
  </channel>
</rss>

