<?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: moving dashboard into custom app in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90095#M4906</link>
    <description>&lt;P&gt;The scope of your saved searches is likely private or limited to the app(s) that they were created in.  You can check by going to the manager, selecting "searches and reports", and clicking "Permissions" next to the saved searches in question.  Change to "all apps" and set the appropriate role permissions.  Your dashboard, in your new app, should then be able to see/use them.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2013 02:04:18 GMT</pubDate>
    <dc:creator>sbrant_splunk</dc:creator>
    <dc:date>2013-07-10T02:04:18Z</dc:date>
    <item>
      <title>moving dashboard into custom app</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90094#M4905</link>
      <description>&lt;P&gt;I now have some dashboards with good stuff on my dashboards. I want to move them into a custom app. I found the directory /opt/splunk/etc/apps/&lt;APP name=""&gt;/default/data/ui/views and dropped the simple XML into there. Next I edited /opt/splunk/etc/apps/&lt;APP name=""&gt;/default/data/ui/nav/default.xml to add the new view. &lt;/APP&gt;&lt;/APP&gt;&lt;/P&gt;

&lt;P&gt;My problem is now that it can't find some of the saved searches. What file do I move my saved searches into?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 22:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90094#M4905</guid>
      <dc:creator>jalfrey</dc:creator>
      <dc:date>2013-07-09T22:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: moving dashboard into custom app</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90095#M4906</link>
      <description>&lt;P&gt;The scope of your saved searches is likely private or limited to the app(s) that they were created in.  You can check by going to the manager, selecting "searches and reports", and clicking "Permissions" next to the saved searches in question.  Change to "all apps" and set the appropriate role permissions.  Your dashboard, in your new app, should then be able to see/use them.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 02:04:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90095#M4906</guid>
      <dc:creator>sbrant_splunk</dc:creator>
      <dc:date>2013-07-10T02:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: moving dashboard into custom app</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90096#M4907</link>
      <description>&lt;P&gt;savedsearches.conf&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/admin/savedsearchesconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/admin/savedsearchesconf&lt;/A&gt;&lt;BR /&gt;
      &lt;CODE&gt;find /opt/splunk -name savedsearches.conf&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 03:12:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90096#M4907</guid>
      <dc:creator>adrianathome</dc:creator>
      <dc:date>2013-07-10T03:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: moving dashboard into custom app</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90097#M4908</link>
      <description>&lt;P&gt;you should move your savedsearches to &lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/your_app_name/default/savedsearches.conf&lt;/P&gt;

&lt;P&gt;and restart splunk. That's it. And go through the following splunk doc :&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/AppIntro" target="_blank"&gt;link text&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:17:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90097#M4908</guid>
      <dc:creator>ranjyotiprakash</dc:creator>
      <dc:date>2020-09-28T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: moving dashboard into custom app</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90098#M4909</link>
      <description>&lt;P&gt;ok after some more digging I found the save searches are stored in:&lt;BR /&gt;
/opt/splunk/etc/apps/search/local/savedsearches.conf&lt;BR /&gt;
You can go read the .xml dashboard to get the name of the search to move.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 18:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90098#M4909</guid>
      <dc:creator>jalfrey</dc:creator>
      <dc:date>2013-07-10T18:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: moving dashboard into custom app</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90099#M4910</link>
      <description>&lt;P&gt;Yes, where they reside depends on what app context they are saved under. In this case, they were saved while in the default app "Searching &amp;amp; Reporting".&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 21:23:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/moving-dashboard-into-custom-app/m-p/90099#M4910</guid>
      <dc:creator>sbrant_splunk</dc:creator>
      <dc:date>2016-08-30T21:23:06Z</dc:date>
    </item>
  </channel>
</rss>

