<?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: After converting my dashboards for a single app to HTML, how do I set the default dashboard and rename the Nav title? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-converting-my-dashboards-for-a-single-app-to-HTML-how-do-I/m-p/142697#M8603</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Tyler's Dashboard&lt;/STRONG&gt; can't be a view name. Only alphanumeric ASCII characters, '-' and '_' are allowed for a view name. What you need is not yet possible, unless you use a Django app where you could be able to do something like this &lt;CODE&gt;&amp;lt;a href="/dj/redirector/Steph_Django_app/Tayler_Dashboard"&amp;gt;Tyler's Dashboard&amp;lt;/a&amp;gt;&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 20:07:57 GMT</pubDate>
    <dc:creator>stephanefotso</dc:creator>
    <dc:date>2020-09-28T20:07:57Z</dc:date>
    <item>
      <title>After converting my dashboards for a single app to HTML, how do I set the default dashboard and rename the Nav title?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-converting-my-dashboards-for-a-single-app-to-HTML-how-do-I/m-p/142696#M8602</link>
      <description>&lt;P&gt;Hi; &lt;/P&gt;

&lt;P&gt;I've converted my dashboards for a single app to HTML. I then wanted the apps Nav to look nice so it would display "Tyler's Dashboard" instead of tylers_dashboard, so I did commands like this in my nav: &lt;/P&gt;

&lt;P&gt;&amp;lt;a href="tylers_dashboard" &amp;gt;Tyler's Dashboard&amp;lt;/a&amp;gt; &lt;BR /&gt;
&amp;lt;a href="tylers_dashboard2" &amp;gt;Tyler's Dashboard Part 2&amp;lt;/a&amp;gt; &lt;/P&gt;

&lt;P&gt;Now, my problem is setting one of the dashboards as the default dashboard for my app. I've tried things like:&lt;/P&gt;

&lt;P&gt;&amp;lt;a href="tylers_dashboard" default="true"&amp;gt;Tyler's Dashboard&amp;lt;/a&amp;gt; &lt;BR /&gt;
or &lt;BR /&gt;
&amp;lt;a href="tylers_dashboard" default='true'&amp;gt;Tyler's Dashboard&amp;lt;/a&amp;gt; &lt;/P&gt;

&lt;P&gt;but that doesn't do anything. Now I'm currently stuck with: &lt;BR /&gt;
&amp;lt;view name="tylers_dashboard" default='true'/&amp;gt; &lt;/P&gt;

&lt;P&gt;but this displays tylers_dashboard as the title in my name and not the actually title on the dashboard which looks a lot cleaner and professional. &lt;/P&gt;

&lt;P&gt;I've seen this situation all over Splunk answers but no one has mentioned a fix: &lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/122916/html-as-default-view-in-app-how-do-i-control-the-label-in-navigation.html" target="_blank"&gt;http://answers.splunk.com/answers/122916/html-as-default-view-in-app-how-do-i-control-the-label-in-navigation.html&lt;/A&gt; &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/AdvancedDev/BuildNavigation" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/AdvancedDev/BuildNavigation&lt;/A&gt; in the comments section &lt;/P&gt;

&lt;P&gt;Any suggestions? &lt;/P&gt;

&lt;P&gt;Thanks, &lt;BR /&gt;
Tyler&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:10:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-converting-my-dashboards-for-a-single-app-to-HTML-how-do-I/m-p/142696#M8602</guid>
      <dc:creator>tdiestel</dc:creator>
      <dc:date>2020-09-28T20:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: After converting my dashboards for a single app to HTML, how do I set the default dashboard and rename the Nav title?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-converting-my-dashboards-for-a-single-app-to-HTML-how-do-I/m-p/142697#M8603</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Tyler's Dashboard&lt;/STRONG&gt; can't be a view name. Only alphanumeric ASCII characters, '-' and '_' are allowed for a view name. What you need is not yet possible, unless you use a Django app where you could be able to do something like this &lt;CODE&gt;&amp;lt;a href="/dj/redirector/Steph_Django_app/Tayler_Dashboard"&amp;gt;Tyler's Dashboard&amp;lt;/a&amp;gt;&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:07:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-converting-my-dashboards-for-a-single-app-to-HTML-how-do-I/m-p/142697#M8603</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2020-09-28T20:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: After converting my dashboards for a single app to HTML, how do I set the default dashboard and rename the Nav title?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-converting-my-dashboards-for-a-single-app-to-HTML-how-do-I/m-p/142698#M8604</link>
      <description>&lt;P&gt;To be clear &lt;A href="https://community.splunk.com/tylers_dashboard"&gt;Tyler's Dashboard&lt;/A&gt;  does work to give a correct label. It's now setting that as my default dashboard of the App that's the problem. &lt;/P&gt;

&lt;P&gt;Although you're answer has inspired me to just rename the my html name cleaner user '-'. Tyler-s-Dashboard, which works for now so thank you. And i do appreciate you taking the time to answer this question. Although would be better if I could achieve the ultimate goal. &lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 22:42:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-converting-my-dashboards-for-a-single-app-to-HTML-how-do-I/m-p/142698#M8604</guid>
      <dc:creator>tdiestel</dc:creator>
      <dc:date>2015-06-04T22:42:17Z</dc:date>
    </item>
  </channel>
</rss>

