<?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: Default home screen dashboard for all users in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398664#M41624</link>
    <description>&lt;P&gt;If you want to setup a Home Dashboard for your Splunk Instance, you can try the following option: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Search/NavigatingSplunkWeb#Home_dashboard"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Search/NavigatingSplunkWeb#Home_dashboard&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If for a specific Splunk App you want to set a default dashboard to be loaded when App is selected, you should set &lt;CODE&gt;default="true"&lt;/CODE&gt; against the Dashboard which should load as default dashboard in &lt;CODE&gt;default.xml&lt;/CODE&gt; for Splunk App's Naviagtion i.e. from &lt;CODE&gt;Settings &amp;gt; User interface &amp;gt; Navigation menus&lt;/CODE&gt;. By default the default option shows search.&lt;/P&gt;

&lt;P&gt;Refer to Dev Site Example for default home page for App: &lt;A href="http://dev.splunk.com/view/SP-CAAAEP9#default"&gt;http://dev.splunk.com/view/SP-CAAAEP9#default&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2018 10:52:00 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-05-15T10:52:00Z</dc:date>
    <item>
      <title>Default home screen dashboard for all users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398663#M41623</link>
      <description>&lt;P&gt;Is there any way to set a dashboard as "Home Dashboard" for all users...?&lt;/P&gt;

&lt;P&gt;I mean something equivalent to,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;user-prefs.conf
[general]
eai_app_only = False
eai_results_per_page = 25
display.page.home.dashboardId = /servicesNS/-/my_app/data/ui/views/my_dashboards
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;that applies for all users&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 10:32:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398663#M41623</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2018-05-15T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Default home screen dashboard for all users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398664#M41624</link>
      <description>&lt;P&gt;If you want to setup a Home Dashboard for your Splunk Instance, you can try the following option: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Search/NavigatingSplunkWeb#Home_dashboard"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Search/NavigatingSplunkWeb#Home_dashboard&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If for a specific Splunk App you want to set a default dashboard to be loaded when App is selected, you should set &lt;CODE&gt;default="true"&lt;/CODE&gt; against the Dashboard which should load as default dashboard in &lt;CODE&gt;default.xml&lt;/CODE&gt; for Splunk App's Naviagtion i.e. from &lt;CODE&gt;Settings &amp;gt; User interface &amp;gt; Navigation menus&lt;/CODE&gt;. By default the default option shows search.&lt;/P&gt;

&lt;P&gt;Refer to Dev Site Example for default home page for App: &lt;A href="http://dev.splunk.com/view/SP-CAAAEP9#default"&gt;http://dev.splunk.com/view/SP-CAAAEP9#default&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 10:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398664#M41624</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-15T10:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Default home screen dashboard for all users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398665#M41625</link>
      <description>&lt;P&gt;Special Thanks for taking time to respond.&lt;/P&gt;

&lt;P&gt;This can add a default dashboard.&lt;/P&gt;

&lt;P&gt;But What I want is to set a default dashboard in splunk launcher app's (or my custom launcher app's) home page.&lt;/P&gt;

&lt;P&gt;I mean when the default.xml is like below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav&amp;gt;
    &amp;lt;view name="home" default="true" /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please refer the screen image &lt;BR /&gt;
&lt;IMG src="http://coverall2.splunk.com/web_assets/developers/quickstart/quickstart_02.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 11:24:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398665#M41625</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2018-05-15T11:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Default home screen dashboard for all users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398666#M41626</link>
      <description>&lt;P&gt;In your screenshot, if you choose a Home Dashboard, when you Launch Splunk, that Dashboard will be displayed.&lt;/P&gt;

&lt;P&gt;If you want some dashboard to be displayed by default when you click on an App like &lt;CODE&gt;Hello World!&lt;/CODE&gt;, you can set a default dashboard(view) to be displayed using the xml you have posted. Instead of home, you should use Dashboard Name (PS: If you navigate to &lt;CODE&gt;Settings &amp;gt; User Interface &amp;gt; Views&lt;/CODE&gt; it is &lt;CODE&gt;View Name&lt;/CODE&gt;). Or else when you open a specific dashboard the view name is part of the url after the app name.&lt;/P&gt;

&lt;P&gt;If you need something other than this then you might have to add a mock up of what you need.&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 13:07:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398666#M41626</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-15T13:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Default home screen dashboard for all users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398667#M41627</link>
      <description>&lt;P&gt;there is a similar question with a good answer&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/204452/change-user-default-home-dashboard.html"&gt;https://answers.splunk.com/answers/204452/change-user-default-home-dashboard.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2019 14:20:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Default-home-screen-dashboard-for-all-users/m-p/398667#M41627</guid>
      <dc:creator>noysherer</dc:creator>
      <dc:date>2019-07-21T14:20:50Z</dc:date>
    </item>
  </channel>
</rss>

