<?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 do I set my app's start view to be the dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200254#M12568</link>
    <description>&lt;P&gt;The collection tags are used to create sub menus within each menu items, so just ignore that. Have your dashboard that you want to show on app load, added as  &lt;CODE&gt;&amp;lt; view name="mydashboard" default="true" /&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2016 20:22:34 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-02-10T20:22:34Z</dc:date>
    <item>
      <title>How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200250#M12564</link>
      <description>&lt;P&gt;Hello, I want to tweak my app so that a dashboard view from the file "MyDashboard.xml" is the default view, and the user won't have to click on "Dashboards-&amp;gt;MyDashboard" menu items.&lt;/P&gt;

&lt;P&gt;I searched the docs, but they weren't totally clear to me on how to do this.&lt;/P&gt;

&lt;P&gt;Thanks for any words of wisdom you can provide!  &lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:48:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200250#M12564</guid>
      <dc:creator>_dave_b</dc:creator>
      <dc:date>2016-02-10T18:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200251#M12565</link>
      <description>&lt;P&gt;Create a new app, place your dashboard in that app&lt;/P&gt;

&lt;P&gt;Go to settings&amp;gt;User Control, select the user you want, then go to the second drop down where it says 'Default App' and select that app you just made &lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200251#M12565</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-02-10T19:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200252#M12566</link>
      <description>&lt;P&gt;This can be done by setting a default view/dashboard for the app. See below link for more details&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.3/AdvancedDev/BuildNavigation#Set_a_default_view"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.3/AdvancedDev/BuildNavigation#Set_a_default_view&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:23:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200252#M12566</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-10T19:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200253#M12567</link>
      <description>&lt;P&gt;Ah, those are the docs that confuse me.  They list some example xml like&lt;BR /&gt;
    &lt;CODE&gt;&amp;lt; nav &amp;gt; &lt;BR /&gt;
      &amp;lt; collection label="Ponies" &amp;gt;&lt;BR /&gt;
      &amp;lt; view name="mydashboard" /&amp;gt;&lt;BR /&gt;
      &amp;lt; collection &amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Yet, in my Splunk-generated xml files, there is no mention of any &lt;CODE&gt;collection&lt;/CODE&gt; tags.  So I am confused.  What is this &lt;CODE&gt;collection&lt;/CODE&gt; tag for and what does it do?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:42:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200253#M12567</guid>
      <dc:creator>_dave_b</dc:creator>
      <dc:date>2016-02-10T19:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200254#M12568</link>
      <description>&lt;P&gt;The collection tags are used to create sub menus within each menu items, so just ignore that. Have your dashboard that you want to show on app load, added as  &lt;CODE&gt;&amp;lt; view name="mydashboard" default="true" /&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 20:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200254#M12568</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-10T20:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200255#M12569</link>
      <description>&lt;P&gt;I added a line that looks like this:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt; view name="mydashboard" default='true'  /&amp;gt;&lt;BR /&gt;
This gets me closer, but only as far as showing the list of dashboards.  It seems like Splunk doesn't recognize "mydashboard" as a view, like it does with "search" or "dashboards".  I don't want the user to see the list, I want the user to see the dashboard instantly.  I don't want them to go through the trouble of choosing the dashboard.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:23:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200255#M12569</guid>
      <dc:creator>_dave_b</dc:creator>
      <dc:date>2016-02-10T21:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200256#M12570</link>
      <description>&lt;P&gt;Take look at this post &lt;A href="https://answers.splunk.com/answers/305873/how-to-automatically-deploy-a-dashboard-to-every-s.html#answer-305889"&gt;https://answers.splunk.com/answers/305873/how-to-automatically-deploy-a-dashboard-to-every-s.html#answer-305889&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200256#M12570</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2016-02-10T21:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200257#M12571</link>
      <description>&lt;P&gt;Oh.. mydashboard should be replaced by the name (name of the dashboard as seen in the URL).&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:51:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200257#M12571</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-10T21:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200258#M12572</link>
      <description>&lt;P&gt;Hi  _dave_b,&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;  Go to   *&lt;STRONG&gt;&lt;EM&gt;settings-&amp;gt;User interface-&amp;gt;Navigation menus&lt;/EM&gt;&lt;/STRONG&gt;*and select your app context in dropdown menu.&lt;/LI&gt;
&lt;LI&gt;Click on &lt;STRONG&gt;default&lt;/STRONG&gt; (Nav name) to open it and add this line code &lt;CODE&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Finaly, your default it look like this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="your_app_name" color="#65A637"&amp;gt;
  &amp;lt;view name="MyDasboard" default="true" /&amp;gt;
  &amp;lt;view name="..." /&amp;gt;
  &amp;lt;view name="..." /&amp;gt;
 ...
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;With this, your dashboard will display automatically when you launch your app.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/200258#M12572</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2020-09-29T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set my app's start view to be the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/588491#M48273</link>
      <description>&lt;P&gt;I was struck at the same point you were.&amp;nbsp; I did below and it worked for me.&lt;/P&gt;&lt;P&gt;1. Copy the dashboard Source Code - Go to your Dashboard, Click on edit and select Source from UI and Source and copy the entire code.&lt;/P&gt;&lt;P&gt;2. Create a new view - Go to Settings, Views - Add new - New View - Paste the source code and give it a name ex: testing&lt;/P&gt;&lt;P&gt;3. Now go to Settings -&amp;gt; User Interface -&amp;gt; filter your app -&amp;gt; click on default&amp;nbsp;&lt;/P&gt;&lt;P&gt;add line&lt;/P&gt;&lt;P&gt;&amp;lt;view name="testing" default='true' /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 20:46:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-my-app-s-start-view-to-be-the-dashboard/m-p/588491#M48273</guid>
      <dc:creator>kaushikens</dc:creator>
      <dc:date>2022-03-10T20:46:13Z</dc:date>
    </item>
  </channel>
</rss>

