<?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: How to move knowledge objects in bulk to another app? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137273#M1392</link>
    <description>&lt;P&gt;Is there another way to share a Data Model/Pivot/Dashboard/View etc between Search and Report app and another custom app? I tried with permissions at all levels on all item of the data and presentation chain, without results. Custom app doesn't see objects created in Search app.&lt;/P&gt;

&lt;P&gt;My question is there is any other way by console other than moveing manually data and folders?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2016 09:29:22 GMT</pubDate>
    <dc:creator>fab73</dc:creator>
    <dc:date>2016-11-09T09:29:22Z</dc:date>
    <item>
      <title>How to move knowledge objects in bulk to another app?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137269#M1388</link>
      <description>&lt;P&gt;Any ideas on how this can be achieved? The majority of objects reside in the search app. We are getting people used to using separate apps which means we have a load of moving to do. &lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 14:55:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137269#M1388</guid>
      <dc:creator>nwales</dc:creator>
      <dc:date>2015-04-07T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to move knowledge objects in bulk to another app?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137270#M1389</link>
      <description>&lt;P&gt;Yes. Stop Splunk first. Make a backup copy of the $SPLUNK_HOME/etc/apps folder and $SPLUNK_HOME/etc/users/ folder. You can then move shared knowledge objects out of $SPLUNK_HOME/etc/apps/search to other apps, using the same directory structure. For example, views under $SPLUNK_HOME/etc/apps/search/local/data/ui/views can be moved to $SPLUNK_HOME/etc/apps/YOURAPP/local/data/ui/views.&lt;/P&gt;

&lt;P&gt;For objects that are not shared, the path is slightly different. For example, user "mason" may have private knowledge objects in the "search" app, which would be stored under $SPLUNK_HOME/etc/users/mason/search/local/data/ui/views. You will also find savedsearches.conf and the like in those directories. Just move them to your desired directories. &lt;/P&gt;

&lt;P&gt;If you have a lot of objects, the easiest thing to do would be to share everything so that it's moved to the app's local folder (instead of the users' folders), and then move objects to other app folders as desired.&lt;/P&gt;

&lt;P&gt;Once complete, start Splunk and you should be golden.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:26:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137270#M1389</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2020-09-28T19:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to move knowledge objects in bulk to another app?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137271#M1390</link>
      <description>&lt;P&gt;That makes sense, I have thousands of objects and they will be going into different new apps depending on the context so I can't make sweeping changes. Weeding through each file and presumably the metadata seems sluggish. &lt;/P&gt;

&lt;P&gt;If I could do an API call to get the search, download it, POST it to the new app and delete the original that would &lt;EM&gt;probably&lt;/EM&gt; be easier in the long run.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 21:56:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137271#M1390</guid>
      <dc:creator>nwales</dc:creator>
      <dc:date>2015-04-07T21:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to move knowledge objects in bulk to another app?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137272#M1391</link>
      <description>&lt;P&gt;Hi nwales&lt;/P&gt;

&lt;P&gt;To move knowledge objects in bulk to another app&lt;/P&gt;

&lt;P&gt;I advise you to create the app that you want it to contain theses knowledges objects  using a customize app template. In this case choose search app like your app template  &lt;/P&gt;

&lt;P&gt;In splunk web go to "$SPLUNK_HOME/etc/apps/" folder , copy search app directory and paste it in "$SPLUNK_HOME/share/splunk/app_templates" folder .&lt;/P&gt;

&lt;P&gt;After doing this restart splunkweb  .&lt;BR /&gt;
For creating of your app  go to  Apps &amp;gt; Manage Apps &amp;gt; create app . In the  Add new panel you will see in drop down Template search app template. just select it and continuous to fill the fields.&lt;/P&gt;

&lt;P&gt;Restart splunkweb&lt;/P&gt;

&lt;P&gt;After all these steps will see all knowledges objects of search app in your new app.&lt;/P&gt;

&lt;P&gt;For more information about app configurations see Splunk-6.1.1-Developing Views and Apps for Splunk Web&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:26:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137272#M1391</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2020-09-28T19:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to move knowledge objects in bulk to another app?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137273#M1392</link>
      <description>&lt;P&gt;Is there another way to share a Data Model/Pivot/Dashboard/View etc between Search and Report app and another custom app? I tried with permissions at all levels on all item of the data and presentation chain, without results. Custom app doesn't see objects created in Search app.&lt;/P&gt;

&lt;P&gt;My question is there is any other way by console other than moveing manually data and folders?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 09:29:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-move-knowledge-objects-in-bulk-to-another-app/m-p/137273#M1392</guid>
      <dc:creator>fab73</dc:creator>
      <dc:date>2016-11-09T09:29:22Z</dc:date>
    </item>
  </channel>
</rss>

