<?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: Menu bar with conditional items depending on installed apps in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/508804#M33872</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;it would be a combination of following 2 answers of mine&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dashboard-as-value-in-dropdown-of-another/td-p/327727" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dashboard-as-value-in-dropdown-of-another/td-p/327727&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/Report-of-Dashboard/td-p/492121" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/Report-of-Dashboard/td-p/492121&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2020 12:35:46 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-07-13T12:35:46Z</dc:date>
    <item>
      <title>Menu bar with conditional items depending on installed apps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/502295#M32918</link>
      <description>&lt;P&gt;I want a master app to have menus that appear when other apps are installed.&lt;/P&gt;

&lt;P&gt;Now Splunk will not display a menu item if its dashboard does not exist, e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;view name="my_dashboard"/&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;means that for the app "my_app", the file /app/my_app/(default|local)/data/ui/views/my_dashboard.xml must exist, otherwise that dashboard will not show in the menu.&lt;/P&gt;

&lt;P&gt;What I want is to be able to do something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;view name="my_second_app:my_second_dashboard"/&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(like you can reference stylesheets and script files from another app within a dashboard of a different app) &lt;/P&gt;

&lt;P&gt;so that if the app "my_second_app" is installed, it will show that item on the menu, but if not, it wont. The only way I can seem to get dashboards from other apps is with the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;a href="href"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;syntax, which of course will not hide non installed items. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/502295#M32918</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2020-09-30T05:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Menu bar with conditional items depending on installed apps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/508662#M33860</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;instead of using navigation default.xml, can you create a prebuilt panel with menu options built using Simple XML and REST API so that you can control which navigation option to show and which one to hide? Then include prebuilt panel in all your dashboards?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 08:00:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/508662#M33860</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-07-12T08:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Menu bar with conditional items depending on installed apps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/508706#M33863</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt;&amp;nbsp;- that's an idea - I'll look into that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 23:10:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/508706#M33863</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2020-07-12T23:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Menu bar with conditional items depending on installed apps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/508804#M33872</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;it would be a combination of following 2 answers of mine&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dashboard-as-value-in-dropdown-of-another/td-p/327727" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dashboard-as-value-in-dropdown-of-another/td-p/327727&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/Report-of-Dashboard/td-p/492121" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/Report-of-Dashboard/td-p/492121&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 12:35:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Menu-bar-with-conditional-items-depending-on-installed-apps/m-p/508804#M33872</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-07-13T12:35:46Z</dc:date>
    </item>
  </channel>
</rss>

