- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I set dynamic navigation menus by role?

ryuch2002
Explorer
09-16-2015
10:30 PM
Splunk enterprise version : 6.2.3
I'm using Django.
ex)
role - A
menu navigation : A,B,C
role - B
menu navigation : B,C
role- C
menu navigation : C
Is this possible?
suggest some solution please.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

woodcock
Esteemed Legend
09-17-2015
07:02 AM
Your description doesn't make sense to me so this answer is probably not what you are looking for (if so I will convert to a comment; you have to let me know). If you go to Settings
-> Access controls
-> Roles
-> `, you will see a setting called
Default app. Whatever you set this to be will become the new landing page for everyone who logs in that has that role. If you then go to that app and configure
default.xml` to point to the dashboard that you like, then everyone who lands in that app will have the same view that you just set.
