<?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: Navigation Menu in Security</title>
    <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102231#M3310</link>
    <description>&lt;P&gt;Cool. Although it is not exactly what I want, the suggestion you gave worked. My menu options are mutually exclusive for the roles. For now, I made &lt;VIEW name="sample_search"&gt;&lt;/VIEW&gt; as visible to both roles and made it default. I will go with it for now. Do you think it is a bug ? Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2012 16:10:10 GMT</pubDate>
    <dc:creator>Sriram</dc:creator>
    <dc:date>2012-03-27T16:10:10Z</dc:date>
    <item>
      <title>Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102226#M3305</link>
      <description>&lt;P&gt;I need to build a navigation menu for an app based on user roles. For example, I need a navigation menu which has views 'view1', 'view2' for users who are in 'user' role, I need a navigation menu which has views 'view1', 'view3' for users who are in 'admin role'. Any suggestions on how to accomplish this. &lt;/P&gt;

&lt;P&gt;The navigation menu has only 'default.xml' and no easy way to customize it. Appreciate any feedback. &lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:09:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102226#M3305</guid>
      <dc:creator>Sriram</dc:creator>
      <dc:date>2012-03-27T15:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102227#M3306</link>
      <description>&lt;P&gt;Users will only see the dashboards they have permissions to. As an Admin you will see them all, if you have a user group without permissions to view a dashboard then that dashboard will not appear in that users navigation view, despite it being in the default.xml&lt;/P&gt;

&lt;P&gt;EDIT: Have a look here for a similar question I hit before, &lt;A href="http://splunk-base.splunk.com/answers/37926/multiple-defaultxml-navs-specify-which-user-gets-what"&gt;http://splunk-base.splunk.com/answers/37926/multiple-defaultxml-navs-specify-which-user-gets-what&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:35:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102227#M3306</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-03-27T15:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102228#M3307</link>
      <description>&lt;P&gt;I assumed the same. Unfortunately that is not happening. The first option in the menu is a "Supervisor_Dashboard" view which is visible only to admin, when a user who has 'user' role logs in. Splunk is throwing this error. "Splunk cannot find the "Supervisor_Dashboard" view."&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102228#M3307</guid>
      <dc:creator>Sriram</dc:creator>
      <dc:date>2020-09-28T11:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102229#M3308</link>
      <description>&lt;P&gt;Here is the sample navigation menu&lt;/P&gt;

&lt;NAV&gt;
    &lt;COLLECTION label="Menu"&gt;
        &lt;VIEW name="Supervisor_Dashboard"&gt;&lt;/VIEW&gt;
        &lt;VIEW name="My_Dashboard"&gt;&lt;/VIEW&gt;
        &lt;VIEW name="MyStatistics"&gt;&lt;/VIEW&gt;        
        &lt;VIEW name="Employee_Dashboard"&gt;&lt;/VIEW&gt;           
        &lt;VIEW name="EmployeeStatistics"&gt;&lt;/VIEW&gt;
        &lt;VIEW name="QueueStatistics"&gt;&lt;/VIEW&gt;  
        &lt;VIEW name="WorkgroupStatistics"&gt;&lt;/VIEW&gt;           
        &lt;VIEW name="sample_search"&gt;&lt;/VIEW&gt;      
    &lt;/COLLECTION&gt;
&lt;/NAV&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:46:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102229#M3308</guid>
      <dc:creator>Sriram</dc:creator>
      <dc:date>2012-03-27T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102230#M3309</link>
      <description>&lt;P&gt;Right, the first one is the default, Splunk is probably still trying to load it. Try setting one that all can access as a default and see what happens.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:50:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102230#M3309</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-03-27T15:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102231#M3310</link>
      <description>&lt;P&gt;Cool. Although it is not exactly what I want, the suggestion you gave worked. My menu options are mutually exclusive for the roles. For now, I made &lt;VIEW name="sample_search"&gt;&lt;/VIEW&gt; as visible to both roles and made it default. I will go with it for now. Do you think it is a bug ? Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 16:10:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102231#M3310</guid>
      <dc:creator>Sriram</dc:creator>
      <dc:date>2012-03-27T16:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102232#M3311</link>
      <description>&lt;P&gt;I would argue that if the navigation isn't displaying the options per user permissions then it should move onto the next option by default which would be a bug. Either way its not behaving the way you would obviously expect. Do you have a support license?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102232#M3311</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-03-28T08:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102233#M3312</link>
      <description>&lt;P&gt;Yes. We do. Do you suggest to file a bug report or enhancement request.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2012 18:42:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102233#M3312</guid>
      <dc:creator>Sriram</dc:creator>
      <dc:date>2012-03-28T18:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Navigation Menu</title>
      <link>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102234#M3313</link>
      <description>&lt;P&gt;Hm, I would treat it as a bug. Splunk can modify it if they disagree but since the permissions system is meant to work silently in the background and not show links to dashboards that users can't see, this is clearly failing in this instance as it will still try to load the default. It needs to be looking for the next "user permission approved" dashboard to use as the default&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2012 13:59:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Navigation-Menu/m-p/102234#M3313</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-03-29T13:59:39Z</dc:date>
    </item>
  </channel>
</rss>

