<?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 How do I display Saved Reports in custom navigation menu in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-display-Saved-Reports-in-custom-navigation-menu/m-p/520218#M9305</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to customize the navigation menu in my custom app to display five different reports in a drop down. I followed documentation&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/createapps/addnavsplunkapp/" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/developapps/createapps/addnavsplunkapp/&lt;/A&gt;&amp;nbsp;and was able to display dashboard but reports are not getting displayed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using&amp;nbsp;&amp;lt;saved name="report1" /&amp;gt; and&amp;nbsp;&amp;lt;saved source="reports" match="xyz"/&amp;gt; but no luck.&lt;/P&gt;&lt;P&gt;Looking for help on how can I display reports in a navigation menu as dropdown .&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 21:59:53 GMT</pubDate>
    <dc:creator>tkhatri</dc:creator>
    <dc:date>2020-09-17T21:59:53Z</dc:date>
    <item>
      <title>How do I display Saved Reports in custom navigation menu</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-display-Saved-Reports-in-custom-navigation-menu/m-p/520218#M9305</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to customize the navigation menu in my custom app to display five different reports in a drop down. I followed documentation&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/createapps/addnavsplunkapp/" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/developapps/createapps/addnavsplunkapp/&lt;/A&gt;&amp;nbsp;and was able to display dashboard but reports are not getting displayed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using&amp;nbsp;&amp;lt;saved name="report1" /&amp;gt; and&amp;nbsp;&amp;lt;saved source="reports" match="xyz"/&amp;gt; but no luck.&lt;/P&gt;&lt;P&gt;Looking for help on how can I display reports in a navigation menu as dropdown .&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 21:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-display-Saved-Reports-in-custom-navigation-menu/m-p/520218#M9305</guid>
      <dc:creator>tkhatri</dc:creator>
      <dc:date>2020-09-17T21:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display Saved Reports in custom navigation menu</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-display-Saved-Reports-in-custom-navigation-menu/m-p/520280#M9306</link>
      <description>&lt;P&gt;you can't add saved searches to custom navigation, but you can add dashboards. Dashboards are knowns as&amp;nbsp; views in Splunk. add your saved searches to Dashboard before proceeding.&lt;/P&gt;&lt;P&gt;all your dashboards are saved as views in Splunk under settings -&amp;gt; user interface -&amp;gt; views.&lt;/P&gt;&lt;P&gt;First make sure your dashboards ( views ) are placed in your app before making changes to navigation menu is the place where you customize your navigation. Below is the default navigation of search &amp;amp; reporting&amp;nbsp;&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; user interface -&amp;gt; Navigation Menus -&amp;gt; default.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;nav search_view="search" color="#5CC05C"&amp;gt;
  &amp;lt;view name="search" default="true" /&amp;gt;
  &amp;lt;view name="analytics_workspace" /&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;/nav&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;To create new menu with dropdown the syntax is as below:&lt;/P&gt;&lt;P&gt;for example, I want to create new menu (Other) with dropdown. I have a dashboard rowexpanstionjs in views of same app and I want to show this Dashboard under Other menu like Dashboards,Reports, Alerts in search &amp;amp; reporting then&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: view name should match with view name under views in your app.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;nav search_view="search" color="#5CC05C"&amp;gt;
  &amp;lt;view name="search" default="true" /&amp;gt;
  &amp;lt;view name="analytics_workspace" /&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;collection label="Other"&amp;gt;
    &amp;lt;view name="rowexpansionjs"/&amp;gt;
  &amp;lt;/collection&amp;gt;
&amp;lt;/nav&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="custom-menu-ui.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10880i9AA9D4A75ED67F82/image-size/large?v=v2&amp;amp;px=999" role="button" title="custom-menu-ui.png" alt="custom-menu-ui.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 09:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-display-Saved-Reports-in-custom-navigation-menu/m-p/520280#M9306</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-18T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display Saved Reports in custom navigation menu</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-I-display-Saved-Reports-in-custom-navigation-menu/m-p/520909#M9307</link>
      <description>&lt;P&gt;I am able to display saved reports in navigation menu using the below syntax. For example, for the report name "Test Report"&lt;BR /&gt;&amp;lt;saved name="Test Report" /&amp;gt;&lt;/P&gt;&lt;P&gt;The mistake I was doing was not using the exact report name including space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 18:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-I-display-Saved-Reports-in-custom-navigation-menu/m-p/520909#M9307</guid>
      <dc:creator>tkhatri</dc:creator>
      <dc:date>2020-09-22T18:33:34Z</dc:date>
    </item>
  </channel>
</rss>

