<?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: How can I direct a role to a specific dashboard at login? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297270#M18782</link>
    <description>&lt;P&gt;This would only affect users that are going to the app (e.g. search or sos or es).&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2017 22:07:37 GMT</pubDate>
    <dc:creator>ben_leung</dc:creator>
    <dc:date>2017-08-22T22:07:37Z</dc:date>
    <item>
      <title>How can I direct a role to a specific dashboard at login?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297268#M18780</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;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. &lt;/P&gt;

&lt;P&gt;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. &lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 16:15:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297268#M18780</guid>
      <dc:creator>bcyates</dc:creator>
      <dc:date>2017-08-22T16:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I direct a role to a specific dashboard at login?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297269#M18781</link>
      <description>&lt;P&gt;Hi Bcyates, &lt;/P&gt;

&lt;P&gt;Try something like this, &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt; 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, &lt;/LI&gt;
&lt;LI&gt;Update the navigation menu for your app &lt;CODE&gt;Settings &amp;gt;&amp;gt; User interface » Navigation menus » default&lt;/CODE&gt; make the view (your dashboard) as default by updating &lt;CODE&gt;default='true'&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;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. &lt;/P&gt;

&lt;P&gt;Hope this will helps you. &lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 18:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297269#M18781</guid>
      <dc:creator>vasanthmss</dc:creator>
      <dc:date>2017-08-22T18:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I direct a role to a specific dashboard at login?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297270#M18782</link>
      <description>&lt;P&gt;This would only affect users that are going to the app (e.g. search or sos or es).&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 22:07:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297270#M18782</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2017-08-22T22:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I direct a role to a specific dashboard at login?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297271#M18783</link>
      <description>&lt;P&gt;You need to add this to the role stanza in $SPLUNK_HOME/etc/apps/user-prefs/local/user-prefs.conf&lt;/P&gt;

&lt;P&gt;example, if you want all users with admin role to go to the search app.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[role_admin]
default_namespace = search
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do this as well as @vasanthmss answer.&lt;BR /&gt;
I don't know if user contains multiple roles what the outcome will be. Thinking that it will follow alphabetical order in preference.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 22:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297271#M18783</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2017-08-22T22:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I direct a role to a specific dashboard at login?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297272#M18784</link>
      <description>&lt;P&gt;I think I just repeated what was said here: &lt;A href="https://answers.splunk.com/answers/79581/set-default-app-by-role.html"&gt;https://answers.splunk.com/answers/79581/set-default-app-by-role.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 22:12:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297272#M18784</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2017-08-22T22:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I direct a role to a specific dashboard at login?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297273#M18785</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 21:22:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-direct-a-role-to-a-specific-dashboard-at-login/m-p/297273#M18785</guid>
      <dc:creator>matthewfry</dc:creator>
      <dc:date>2018-11-27T21:22:54Z</dc:date>
    </item>
  </channel>
</rss>

