<?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 Apps default view - issue in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418441#M27542</link>
    <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;
I have created an APP by name “&lt;STRONG&gt;WindowsInfra&lt;/STRONG&gt;” on my cloud splunk. On this App I have created a dashboard by name “&lt;STRONG&gt;Bandwidth&lt;/STRONG&gt;” and under this dashboard I have added 2 panels by name “&lt;STRONG&gt;Memory&lt;/STRONG&gt;” and “&lt;STRONG&gt;CPU&lt;/STRONG&gt;”.&lt;BR /&gt;
Now whenever I open this APP this opens with the Dashboard which shows the title and then again I need to click on those dashboard title to see the panels.&lt;/P&gt;

&lt;P&gt;This I got it done by editing the Navigation XML as below;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
&amp;lt;view name="search" /&amp;gt;
&amp;lt;view name="datasets" /&amp;gt;
&amp;lt;view name="reports" /&amp;gt;
&amp;lt;view name="alerts" /&amp;gt;
&amp;lt;view name="dashboards" default='true' /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But what I want is, once I click on this APP this should directly open with the Panels (“Memory” and “CPU”) of dashboard “Bandwidth” as I have seen this in many APPs which was created by my previous employees. Can some one please guide me how to do this.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 11:42:09 GMT</pubDate>
    <dc:creator>roopeshetty</dc:creator>
    <dc:date>2019-06-11T11:42:09Z</dc:date>
    <item>
      <title>Apps default view - issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418441#M27542</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;
I have created an APP by name “&lt;STRONG&gt;WindowsInfra&lt;/STRONG&gt;” on my cloud splunk. On this App I have created a dashboard by name “&lt;STRONG&gt;Bandwidth&lt;/STRONG&gt;” and under this dashboard I have added 2 panels by name “&lt;STRONG&gt;Memory&lt;/STRONG&gt;” and “&lt;STRONG&gt;CPU&lt;/STRONG&gt;”.&lt;BR /&gt;
Now whenever I open this APP this opens with the Dashboard which shows the title and then again I need to click on those dashboard title to see the panels.&lt;/P&gt;

&lt;P&gt;This I got it done by editing the Navigation XML as below;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
&amp;lt;view name="search" /&amp;gt;
&amp;lt;view name="datasets" /&amp;gt;
&amp;lt;view name="reports" /&amp;gt;
&amp;lt;view name="alerts" /&amp;gt;
&amp;lt;view name="dashboards" default='true' /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But what I want is, once I click on this APP this should directly open with the Panels (“Memory” and “CPU”) of dashboard “Bandwidth” as I have seen this in many APPs which was created by my previous employees. Can some one please guide me how to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 11:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418441#M27542</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2019-06-11T11:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Apps default view - issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418442#M27543</link>
      <description>&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
&amp;lt;view name="search" /&amp;gt;
&amp;lt;view name="datasets" /&amp;gt;
&amp;lt;view name="reports" /&amp;gt;
&amp;lt;view name="alerts" /&amp;gt;
&amp;lt;view name="dashboards" /&amp;gt;
&amp;lt;view name="bandwidth" default='true' /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jun 2019 13:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418442#M27543</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-06-11T13:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Apps default view - issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418443#M27544</link>
      <description>&lt;P&gt;no i tried this, its not working.  May be the dashboard name i am putting in wrong way or may be some config we need to do in Apps? &lt;BR /&gt;
Here  in this "bandwidth" is the name of the dashboard we need to specify?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 14:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418443#M27544</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2019-06-11T14:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Apps default view - issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418444#M27545</link>
      <description>&lt;P&gt;@roopshetty Check the exact view name for this dashboard (bandwidth) under User Interface-&amp;gt;Views for your app. &lt;BR /&gt;
and add &lt;CODE&gt;&amp;lt;view name=your view name default="true" /&amp;gt;&lt;/CODE&gt; under the navigation for this app.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 14:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418444#M27545</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-06-11T14:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apps default view - issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418445#M27546</link>
      <description>&lt;P&gt;Hi @roopeshetty,&lt;/P&gt;

&lt;P&gt;You can find the guide for navigation menu configuration here : &lt;BR /&gt;
&lt;A href="http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9"&gt;http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In your case all you have to is add a line with your dashboard name and set it to default as follows :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;view name="bandwidthDashboard" default='true' /&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The name of the dashboard is not the one that is displayed under dashboard but the one you see in the url when you open the dashboard itself, for example here the dashboard name is &lt;STRONG&gt;DASHBOARD_NAME&lt;/STRONG&gt; :&lt;BR /&gt;
&lt;A href="http://yoursplunkURL/en-GB/app/APPNAME/DASHBOARD_NAME"&gt;http://yoursplunkURL/en-GB/app/APPNAME/DASHBOARD_NAME&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also find the name in settings under user interface -&amp;gt; views.&lt;/P&gt;

&lt;P&gt;Let me know if that helps.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 15:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418445#M27546</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-11T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Apps default view - issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418446#M27547</link>
      <description>&lt;P&gt;Here the name should be same as the dashboard name shown in URL (or the name of &lt;CODE&gt;dashboard_name.xml&lt;/CODE&gt;), and not the label you see in Splunk's default Dashboard view.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 15:03:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Apps-default-view-issue/m-p/418446#M27547</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-06-11T15:03:45Z</dc:date>
    </item>
  </channel>
</rss>

