<?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 How can I create a report showing the contents of orphaned objects for my colleagues to review? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417503#M6895</link>
    <description>&lt;P&gt;I want to reassign knowledge objects that are orphaned, which I know can do through All Configurations-&amp;gt;Reassign Knowledge Objects.&lt;/P&gt;

&lt;P&gt;Before reassignment I need to download all the orphaned objects so that respective teams can review it  for deletion or reassignment to a new owner. &lt;/P&gt;

&lt;P&gt;How can I download all orphaned KOs at once?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 16:01:58 GMT</pubDate>
    <dc:creator>Vijeta</dc:creator>
    <dc:date>2019-01-22T16:01:58Z</dc:date>
    <item>
      <title>How can I create a report showing the contents of orphaned objects for my colleagues to review?</title>
      <link>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417503#M6895</link>
      <description>&lt;P&gt;I want to reassign knowledge objects that are orphaned, which I know can do through All Configurations-&amp;gt;Reassign Knowledge Objects.&lt;/P&gt;

&lt;P&gt;Before reassignment I need to download all the orphaned objects so that respective teams can review it  for deletion or reassignment to a new owner. &lt;/P&gt;

&lt;P&gt;How can I download all orphaned KOs at once?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 16:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417503#M6895</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-01-22T16:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a report showing the contents of orphaned objects for my colleagues to review?</title>
      <link>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417504#M6896</link>
      <description>&lt;P&gt;@renjith.nair @richgalloway @woodcock @niketnilay @kamlesh_vaghela  Any idea?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 17:07:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417504#M6896</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-01-22T17:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a report showing the contents of orphaned objects for my colleagues to review?</title>
      <link>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417505#M6897</link>
      <description>&lt;P&gt;By "download" I presume you want to create a report showing the contents of orphaned objects for your colleagues to review,  If that is so, try this search.  It's for saved searches, but you should be able to modify it for other object types.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local
| rename eai:acl.owner AS user 
| where user!="nobody" AND user!="splunk-system-user" 
| eval is_orphan="true" 
| join type=outer user 
    [| rest /services/authentication/users splunk_server=local
    | stats count by title 
    | rename title AS user 
    | eval is_orphan="false"] 
| where is_orphan="true"
| fields title eai:acl.app user is_scheduled search
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Jan 2019 18:27:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417505#M6897</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-01-22T18:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a report showing the contents of orphaned objects for my colleagues to review?</title>
      <link>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417506#M6898</link>
      <description>&lt;P&gt;Perfect, was able to get all KOs by writing query for each type. Thank you @richgalloway  !!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 19:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-can-I-create-a-report-showing-the-contents-of-orphaned/m-p/417506#M6898</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-01-22T19:44:38Z</dc:date>
    </item>
  </channel>
</rss>

