<?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 How can we disable the default dashboard from displaying on the Splunk home page? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227252#M14091</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;Can someone please advise on how to disable the default dashboard from displaying on the Splunk home page? is there a way to do this?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2016 19:48:38 GMT</pubDate>
    <dc:creator>splunker9999</dc:creator>
    <dc:date>2016-03-02T19:48:38Z</dc:date>
    <item>
      <title>How can we disable the default dashboard from displaying on the Splunk home page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227252#M14091</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;Can someone please advise on how to disable the default dashboard from displaying on the Splunk home page? is there a way to do this?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 19:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227252#M14091</guid>
      <dc:creator>splunker9999</dc:creator>
      <dc:date>2016-03-02T19:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can we disable the default dashboard from displaying on the Splunk home page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227253#M14092</link>
      <description>&lt;P&gt;Hi  splunker9999,&lt;BR /&gt;
Try to follow the link&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/6505/how-to-make-my-custom-dashboard-the-default-screen-when-users-log-into-splunk.html"&gt;https://answers.splunk.com/answers/6505/how-to-make-my-custom-dashboard-the-default-screen-when-users-log-into-splunk.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I think is that you want!!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 20:13:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227253#M14092</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2016-03-02T20:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can we disable the default dashboard from displaying on the Splunk home page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227254#M14093</link>
      <description>&lt;P&gt;Hi Splunker9999, each app has a default view. A splunk installation has the "launcher" app set as the default app. You can change this to a different default app, with a different default view if you want, as described in the answer 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;

&lt;P&gt;Please let me know if that answers your question! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 20:20:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227254#M14093</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2016-03-02T20:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can we disable the default dashboard from displaying on the Splunk home page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227255#M14094</link>
      <description>&lt;P&gt;If you've access to server (search Head) file system, you can use the following.&lt;/P&gt;

&lt;P&gt;There is a user-prefs app available in users (&lt;CODE&gt;$SPLUNK_HOME/etc/users/YourUserName/user-prefs&lt;/CODE&gt;) , and a configuration file called &lt;CODE&gt;user-prefs.conf&lt;/CODE&gt; available under local folder. You can just remove property &lt;CODE&gt;display.page.home.dashboardId&lt;/CODE&gt; in &lt;CODE&gt;user-prefs.conf&lt;/CODE&gt; to clear the default dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [general]
 display.page.home.dashboardId = /servicesNS/nobody/launcher/data/ui/views/Default_Homepage
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Mar 2016 20:50:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227255#M14094</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-02T20:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can we disable the default dashboard from displaying on the Splunk home page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227256#M14095</link>
      <description>&lt;P&gt;how to make this changes to be reflected with out restart&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 08:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-we-disable-the-default-dashboard-from-displaying-on-the/m-p/227256#M14095</guid>
      <dc:creator>sabiccsc</dc:creator>
      <dc:date>2016-06-07T08:08:13Z</dc:date>
    </item>
  </channel>
</rss>

