<?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: Different Navigation menu for different users in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47275#M2322</link>
    <description>&lt;P&gt;did you find the answer for that?&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2015 11:21:31 GMT</pubDate>
    <dc:creator>splunk47</dc:creator>
    <dc:date>2015-05-06T11:21:31Z</dc:date>
    <item>
      <title>Different Navigation menu for different users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47269#M2316</link>
      <description>&lt;P&gt;How to create different Navigation menu for different users in a single application ?&lt;BR /&gt;
Please explain step by step.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 13:53:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47269#M2316</guid>
      <dc:creator>balamurugand</dc:creator>
      <dc:date>2012-11-28T13:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Different Navigation menu for different users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47270#M2317</link>
      <description>&lt;P&gt;Step 1 - Search for help, a good start is the documentation at docs.splunk.com&lt;/P&gt;

&lt;P&gt;Step 2 - Read the docs, &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/Developer/Step6BuildNavigation"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/Developer/Step6BuildNavigation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Step 3 - Digest and ponder a solution using your new-found knowledge.&lt;/P&gt;

&lt;P&gt;Step 4 - I realise that users will only see dashboards they have permission to view and so I can be clever with assigning roles to users and setting permissions on dashboards.&lt;/P&gt;

&lt;P&gt;Step 5 - Return to Splunkbase with more specific problem and/or issue.&lt;/P&gt;

&lt;P&gt;Bonus Step - Search for this problem on Splunkbase, I've found two results (and oddly I answered them both!)&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/43845/navigation-menu"&gt;http://splunk-base.splunk.com/answers/43845/navigation-menu&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&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>Wed, 28 Nov 2012 14:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47270#M2317</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-28T14:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Different Navigation menu for different users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47271#M2318</link>
      <description>&lt;P&gt;Hi Drainy's&lt;/P&gt;

&lt;P&gt;yes creating diff role and assigning the view is ok, but for user1 i would like to show some default view. same like other users also.&lt;BR /&gt;
i.e&lt;BR /&gt;
User1 - DashBoard - View1.&lt;BR /&gt;
User2 - flashtime line - View2.&lt;/P&gt;

&lt;P&gt;in splunk we are having only one default.xml for navigation menu.. basically we will define the "defualt=true" in that xml file. so we are having diff users so how to make it ready for othrs.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 04:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47271#M2318</guid>
      <dc:creator>balamurugand</dc:creator>
      <dc:date>2012-11-29T04:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Different Navigation menu for different users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47272#M2319</link>
      <description>&lt;P&gt;Not quite, in one of those links I believe I covered this. Splunk will show the one labelled as "default" on page load, but if there is no default defined it will display the first page. So in your instance, make no default but set all the default dashboards at the top of your nav. This way the user will load into the first one they have permission to access. Oh and its a bit harsh to vote down an answer that answers your question! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 09:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47272#M2319</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-29T09:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Different Navigation menu for different users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47273#M2320</link>
      <description>&lt;P&gt;If we create default.xml like &lt;BR /&gt;
&lt;VIEW name="viewforadmin"&gt;&lt;/VIEW&gt;&lt;BR /&gt;
&lt;VIEW name="viewforuser/"&gt;&lt;BR /&gt;
&lt;VIEW name="viewforuserifthisviewisthereandsono/"&gt;&lt;/VIEW&gt;&lt;/VIEW&gt;&lt;/P&gt;

&lt;P&gt;It will get reflected like:&lt;/P&gt;

&lt;P&gt;For admin,&lt;/P&gt;

&lt;P&gt;&lt;VIEW name="viewforadmin"&gt;&lt;/VIEW&gt;&lt;BR /&gt;
&lt;VIEW name="viewforuser/"&gt;&lt;BR /&gt;
&lt;VIEW name="viewforuserifthisviewisthereandsono/"&gt;&lt;/VIEW&gt;&lt;/VIEW&gt;&lt;/P&gt;

&lt;P&gt;And For user1,&lt;BR /&gt;
&lt;VIEW name="viewforuser"&gt;&lt;/VIEW&gt;&lt;BR /&gt;
&lt;VIEW name="viewforuserifthisviewisthereandsono/"&gt;&lt;/VIEW&gt;&lt;/P&gt;

&lt;P&gt;Is this Drainy meant ?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 11:24:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47273#M2320</guid>
      <dc:creator>aneeshkjm123</dc:creator>
      <dc:date>2012-11-29T11:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Different Navigation menu for different users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47274#M2321</link>
      <description>&lt;P&gt;Exactly. Leave a default selection off and it will use the first entry in the list.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 11:33:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47274#M2321</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-29T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Different Navigation menu for different users</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47275#M2322</link>
      <description>&lt;P&gt;did you find the answer for that?&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2015 11:21:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Different-Navigation-menu-for-different-users/m-p/47275#M2322</guid>
      <dc:creator>splunk47</dc:creator>
      <dc:date>2015-05-06T11:21:31Z</dc:date>
    </item>
  </channel>
</rss>

