<?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 do i set the default App in splunk? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9047#M8</link>
    <description>&lt;P&gt;This is not working for me under 4.1, ewoo. I've tried setting this via the manager and also via the user-prefs.conf but for some reason it doesn't take effect. Was there by any chance a change made in 4.1 to store user prefs in a db table instead of in flat files?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2010 15:40:18 GMT</pubDate>
    <dc:creator>treyka</dc:creator>
    <dc:date>2010-04-27T15:40:18Z</dc:date>
    <item>
      <title>How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9043#M4</link>
      <description>&lt;P&gt;I want to bypass the launcher screen..&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2009 09:27:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9043#M4</guid>
      <dc:creator>Erik_Swan</dc:creator>
      <dc:date>2009-11-06T09:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9044#M5</link>
      <description>&lt;P&gt;You can set a default App, either per user or globally. This App displays by default every time you log into Splunk.&lt;/P&gt;

&lt;P&gt;Configuration&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Create a file called user-prefs.conf
in the user's local directory (to
apply to a user):&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/users//user-prefs/local/user-prefs.conf&lt;/P&gt;

&lt;P&gt;Or in the user-prefs App directory
(to apply globally):&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/apps/user-prefs/local/user-prefs.conf&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Add the following to the
user-prefs.conf file:&lt;/P&gt;

&lt;P&gt;default_namespace = app_name&lt;/P&gt;

&lt;P&gt;Note: The App name is
case-sensitive.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Restart Splunk to load your new
configuration.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Example
For example, set the default App for the admin user to the Search App:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Edit
&lt;CODE&gt;$SPLUNK_HOME/etc/users/admin/user-prefs/local/user-prefs.conf&lt;/CODE&gt;.
For the test user, it would be in
&lt;CODE&gt;$SPLUNK_HOME/etc/users/test/user-prefs/local/user-prefs.conf&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Add the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    default_namespace = search
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 06 Nov 2009 09:33:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9044#M5</guid>
      <dc:creator>Erik_Swan</dc:creator>
      <dc:date>2009-11-06T09:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9045#M6</link>
      <description>&lt;P&gt;In 4.1, the default app setting will be configurable through Manager.&lt;/P&gt;

&lt;P&gt;To set the default app for a particular user:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Go to Manager &amp;gt; Users&lt;/LI&gt;
&lt;LI&gt;Click a user (e.g. yourself)&lt;/LI&gt;
&lt;LI&gt;Choose an app in the 'Default app' dropdown&lt;/LI&gt;
&lt;LI&gt;Save&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;To set a default app by role:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Go to Manager &amp;gt; Roles&lt;/LI&gt;
&lt;LI&gt;Click a role (e.g. admin)&lt;/LI&gt;
&lt;LI&gt;Choose an app in the 'Default app' dropdown&lt;/LI&gt;
&lt;LI&gt;Save&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 06 Nov 2009 09:46:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9045#M6</guid>
      <dc:creator>ewoo</dc:creator>
      <dc:date>2009-11-06T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9046#M7</link>
      <description>&lt;P&gt;For 4.1, to set a &lt;STRONG&gt;GLOBAL&lt;/STRONG&gt; default app, which in my example below is the 'search' app, you'll need to specify the following in $SPLUNK_HOME/etc/apps/user-prefs/local/user-prefs.conf :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[general_default]
default_namespace = search
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Apr 2010 05:14:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9046#M7</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-08T05:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9047#M8</link>
      <description>&lt;P&gt;This is not working for me under 4.1, ewoo. I've tried setting this via the manager and also via the user-prefs.conf but for some reason it doesn't take effect. Was there by any chance a change made in 4.1 to store user prefs in a db table instead of in flat files?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 15:40:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9047#M8</guid>
      <dc:creator>treyka</dc:creator>
      <dc:date>2010-04-27T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9048#M9</link>
      <description>&lt;P&gt;Wolverine has the key element here.  The Splunk documentation says that you simply need to add "default_namespace = search" to the user-prefs.conf stanza, but this did not work for me.  Once I included the above configuration as part of the [general_default] stanza, and then restarted splunk, I was able to see the Search app by default.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:12:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9048#M9</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2020-09-28T09:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9049#M10</link>
      <description>&lt;P&gt;See my comment on wolverine's answer.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2010 20:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9049#M10</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2010-04-27T20:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9050#M11</link>
      <description>&lt;P&gt;Muebel, Thanks for catching that!  I've corrected the doc so we don't have anymore confusion: &lt;A href="http://www.splunk.com/base/Documentation/4.1.1/Admin/Whatsanapp#Bypass_the_Launcher_for_all_users"&gt;http://www.splunk.com/base/Documentation/4.1.1/Admin/Whatsanapp#Bypass_the_Launcher_for_all_users&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2010 18:28:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9050#M11</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-30T18:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9051#M12</link>
      <description>&lt;P&gt;We store user preferences similarly in 4.0.x and 4.1. The biggest difference is that we now support per-role default apps, which required some additions to user-prefs.conf.&lt;/P&gt;

&lt;P&gt;Definitely no storage to a database, however.&lt;/P&gt;

&lt;P&gt;What specifically is not working for you? Are you trying to edit the conf files directly, or are you using Manager? Are you trying to set a default app for a specific user, a specific role, or everyone?&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2010 03:17:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9051#M12</guid>
      <dc:creator>ewoo</dc:creator>
      <dc:date>2010-05-01T03:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9052#M13</link>
      <description>&lt;P&gt;In 4.2.4 Free License this does not seem to work.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2011 12:56:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9052#M13</guid>
      <dc:creator>swdonline</dc:creator>
      <dc:date>2011-12-05T12:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do i set the default App in splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9053#M14</link>
      <description>&lt;P&gt;This is not working for me under 4.1, ewoo. I've tried setting this via the manager and also via the user-prefs.conf but for some reason it doesn't take effect.&lt;A href="http://www.hervelegercp.com"&gt;herve leger&lt;/A&gt; Was there by any chance a change made in 4.1 to store user prefs in a db table instead of in flat files?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 09:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-i-set-the-default-App-in-splunk/m-p/9053#M14</guid>
      <dc:creator>maicalljason</dc:creator>
      <dc:date>2012-03-19T09:09:12Z</dc:date>
    </item>
  </channel>
</rss>

