<?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 add a dashboard link to the App? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-a-dashboard-link-to-the-App/m-p/687105#M234352</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267564"&gt;@Elupt01&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can update the navigation menu to include links to all of you dashboards.&lt;/P&gt;&lt;P&gt;If you go to:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Settings &amp;gt; User Interface &amp;gt; Navigation Menus &amp;gt; default&lt;/P&gt;&lt;P&gt;You will see a text box where you can put in XML to define your navigation.&lt;/P&gt;&lt;P&gt;There are a few ways to show items.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Note:&lt;/EM&gt;&amp;nbsp;DASHBOARD_NAME refers to the name of the dashboard as seen in the URL, not the title.&lt;/P&gt;&lt;P&gt;To link a single dashboard on the main navigation bar use this format:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;view name="DASHBOARD_NAME" /&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create a dropdown with a bunch of dashboards, use this format:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;collection label="Team Dashboards"&amp;gt;
    &amp;lt;view name="DASHBOARD_NAME_1" /&amp;gt;
    &amp;lt;view name="DASHBOARD_NAME_2" /&amp;gt;
    &amp;lt;view name="DASHBOARD_NAME_3" /&amp;gt;
&amp;lt;/collection&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want the dashboards to be automatically added to the menu when you create them, use this format:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;collection label="Team Dashboards"&amp;gt;
    &amp;lt;view source="unclassified" /&amp;gt;
&amp;lt;/collection&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;The "unclassified" here means it will list all dashboards not explicitly mentioned in the navigation menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a few other tricks you can do, like using URLs as menu links:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="https://company.intranet.com" target="_blank"&amp;gt;Team Intranet Page&amp;lt;/a&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at the dev docs for more detailed info:&lt;/P&gt;&lt;P&gt;&lt;A href="https://dev.splunk.com/enterprise/reference/dashboardnav/" target="_blank"&gt;https://dev.splunk.com/enterprise/reference/dashboardnav/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 22:51:24 GMT</pubDate>
    <dc:creator>danspav</dc:creator>
    <dc:date>2024-05-09T22:51:24Z</dc:date>
    <item>
      <title>How do I add a dashboard link to the App?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-a-dashboard-link-to-the-App/m-p/687084#M234342</link>
      <description>&lt;P&gt;Hello, I have created a dashboard, it is public within my group. I want the end users to be able to open the main SPLUNK link and see all the teams dashboards. We have most of the dashboards linked to the app but I dont know how to add the one I just did. Added a picutre.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="splunk help.jpg" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30757i7341A4FEC46CEF8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="splunk help.jpg" alt="splunk help.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 18:39:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-a-dashboard-link-to-the-App/m-p/687084#M234342</guid>
      <dc:creator>Elupt01</dc:creator>
      <dc:date>2024-05-09T18:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add a dashboard link to the App?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-a-dashboard-link-to-the-App/m-p/687105#M234352</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267564"&gt;@Elupt01&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can update the navigation menu to include links to all of you dashboards.&lt;/P&gt;&lt;P&gt;If you go to:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Settings &amp;gt; User Interface &amp;gt; Navigation Menus &amp;gt; default&lt;/P&gt;&lt;P&gt;You will see a text box where you can put in XML to define your navigation.&lt;/P&gt;&lt;P&gt;There are a few ways to show items.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Note:&lt;/EM&gt;&amp;nbsp;DASHBOARD_NAME refers to the name of the dashboard as seen in the URL, not the title.&lt;/P&gt;&lt;P&gt;To link a single dashboard on the main navigation bar use this format:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;view name="DASHBOARD_NAME" /&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create a dropdown with a bunch of dashboards, use this format:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;collection label="Team Dashboards"&amp;gt;
    &amp;lt;view name="DASHBOARD_NAME_1" /&amp;gt;
    &amp;lt;view name="DASHBOARD_NAME_2" /&amp;gt;
    &amp;lt;view name="DASHBOARD_NAME_3" /&amp;gt;
&amp;lt;/collection&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want the dashboards to be automatically added to the menu when you create them, use this format:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;collection label="Team Dashboards"&amp;gt;
    &amp;lt;view source="unclassified" /&amp;gt;
&amp;lt;/collection&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;The "unclassified" here means it will list all dashboards not explicitly mentioned in the navigation menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a few other tricks you can do, like using URLs as menu links:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="https://company.intranet.com" target="_blank"&amp;gt;Team Intranet Page&amp;lt;/a&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at the dev docs for more detailed info:&lt;/P&gt;&lt;P&gt;&lt;A href="https://dev.splunk.com/enterprise/reference/dashboardnav/" target="_blank"&gt;https://dev.splunk.com/enterprise/reference/dashboardnav/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 22:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-add-a-dashboard-link-to-the-App/m-p/687105#M234352</guid>
      <dc:creator>danspav</dc:creator>
      <dc:date>2024-05-09T22:51:24Z</dc:date>
    </item>
  </channel>
</rss>

