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.
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.