- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi Bcyates,
Try something like this,
- Open the user role and make the default app for the role. Suppose the other users in the role doesn't want this you have to open the each users and make the default app as your app. Better create a new role so that future you don't want to worry about this,
- Update the navigation menu for your app
Settings >> User interface » Navigation menus » default
make the view (your dashboard) as default by updatingdefault='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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I just repeated what was said here: https://answers.splunk.com/answers/79581/set-default-app-by-role.html
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi Bcyates,
Try something like this,
- Open the user role and make the default app for the role. Suppose the other users in the role doesn't want this you have to open the each users and make the default app as your app. Better create a new role so that future you don't want to worry about this,
- Update the navigation menu for your app
Settings >> User interface » Navigation menus » default
make the view (your dashboard) as default by updatingdefault='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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This would only affect users that are going to the app (e.g. search or sos or es).
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
