Hi all,
I need to be able to set certain roles to launch a particular dashboard at login. We use LDAP for login, so the goal is to create a role for our c-suite level of executives.
I have created an executive summary dashboard for them in particular. We will use SSO to make their login to Splunk as simple as possible. But I need them to land on that executive summary dashboard on login.
Hi Bcyates,
Try something like this,
Settings >> User interface » Navigation menus » default
make the view (your dashboard) as default by updating default='true'
By the above steps you can control your app's first loading dashboard and the default app for the particular role / user. while user login they can directly see the dashboard.
Hope this will helps you.
You need to add this to the role stanza in $SPLUNK_HOME/etc/apps/user-prefs/local/user-prefs.conf
example, if you want all users with admin role to go to the search app.
[role_admin]
default_namespace = search
Do this as well as @vasanthmss answer.
I don't know if user contains multiple roles what the outcome will be. Thinking that it will follow alphabetical order in preference.
I think I just repeated what was said here: https://answers.splunk.com/answers/79581/set-default-app-by-role.html
Hi Bcyates,
Try something like this,
Settings >> User interface » Navigation menus » default
make the view (your dashboard) as default by updating default='true'
By the above steps you can control your app's first loading dashboard and the default app for the particular role / user. while user login they can directly see the dashboard.
Hope this will helps you.
This would only affect users that are going to the app (e.g. search or sos or es).
This is definitely not the answer the OP was looking for. He wants to force a dashboard for all members of a role, not an app. I am looking for a way to do this as well. I cannot find a way to do this without having the user log in first and manually set the dashboard as the homepage.