<?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 to setup order of apps in the launcher page for all the users? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-setup-order-of-apps-in-the-launcher-page-for-all-the/m-p/429470#M10106</link>
    <description>&lt;P&gt;This is how I do it. I found this solution a while back when searching on Splunk Answers:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# SPLUNK_HOME/etc/apps/user-prefs/local/user-prefs.conf
[general_default]
appOrder = app1,app2,app2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will set the app order for all users.&lt;/P&gt;

&lt;P&gt;Please note that if a user explicitly set his own appOrder (via drag and drop) then I believe the user's settings will take precedence. So if the above solution does not immediately work for your user, create a new user and see if it works then.&lt;/P&gt;

&lt;P&gt;Also remember to restart Splunk after making changes to configuration files.&lt;/P&gt;

&lt;P&gt;On a side note: You can also specify which app is opened automatically when logging into Splunk by setting "default_namespace":&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[general_default]
appOrder = app1,app2,app2
default_namespace = app1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 12 Mar 2019 17:12:49 GMT</pubDate>
    <dc:creator>whrg</dc:creator>
    <dc:date>2019-03-12T17:12:49Z</dc:date>
    <item>
      <title>How to setup order of apps in the launcher page for all the users?</title>
      <link>https://community.splunk.com/t5/Security/How-to-setup-order-of-apps-in-the-launcher-page-for-all-the/m-p/429469#M10105</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to setup the  order of apps in the launcher page but I am unable to do so.&lt;BR /&gt;
I tried creating&lt;BR /&gt;
SPLUNK_HOME(searchHead)/etc/system/local/user-prefs.conf&lt;BR /&gt;
[general]&lt;BR /&gt;
appOrder = app1, app2,app3,app4&lt;/P&gt;

&lt;P&gt;Restarted the searchhead, but this didn't work.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 15:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-setup-order-of-apps-in-the-launcher-page-for-all-the/m-p/429469#M10105</guid>
      <dc:creator>saurabh009</dc:creator>
      <dc:date>2019-03-12T15:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup order of apps in the launcher page for all the users?</title>
      <link>https://community.splunk.com/t5/Security/How-to-setup-order-of-apps-in-the-launcher-page-for-all-the/m-p/429470#M10106</link>
      <description>&lt;P&gt;This is how I do it. I found this solution a while back when searching on Splunk Answers:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# SPLUNK_HOME/etc/apps/user-prefs/local/user-prefs.conf
[general_default]
appOrder = app1,app2,app2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will set the app order for all users.&lt;/P&gt;

&lt;P&gt;Please note that if a user explicitly set his own appOrder (via drag and drop) then I believe the user's settings will take precedence. So if the above solution does not immediately work for your user, create a new user and see if it works then.&lt;/P&gt;

&lt;P&gt;Also remember to restart Splunk after making changes to configuration files.&lt;/P&gt;

&lt;P&gt;On a side note: You can also specify which app is opened automatically when logging into Splunk by setting "default_namespace":&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[general_default]
appOrder = app1,app2,app2
default_namespace = app1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Mar 2019 17:12:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-setup-order-of-apps-in-the-launcher-page-for-all-the/m-p/429470#M10106</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2019-03-12T17:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup order of apps in the launcher page for all the users?</title>
      <link>https://community.splunk.com/t5/Security/How-to-setup-order-of-apps-in-the-launcher-page-for-all-the/m-p/429471#M10107</link>
      <description>&lt;P&gt;I am able to implement and test same in un-clustered search head environment, below are steps for same:-&lt;BR /&gt;
1) Login to search head UI and drag drop the apps in the order we want.&lt;BR /&gt;
2) Copy the settings for appOrder from [general] stanza which got created under&lt;BR /&gt;
 Splunk_home/etc/users/MyLoginId/user-prefs/local/user-prefs.conf&lt;BR /&gt;
3) Create below file with copied stanza with specified setting &lt;BR /&gt;
Splunk_home/etc/system/local/user-prefs.conf&lt;BR /&gt;
This file will override all the appOrders created for any user in any user-prefs.conf.&lt;BR /&gt;
4) restart the splunk search head to see the changes.&lt;/P&gt;

&lt;P&gt;For clustered search heads we need to do it manually on all search heads inside system/local folder because if we create an app and push it from DS then user setting will take precedence.&lt;/P&gt;

&lt;P&gt;Thanks for all the inputs provided.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-setup-order-of-apps-in-the-launcher-page-for-all-the/m-p/429471#M10107</guid>
      <dc:creator>saurabh009</dc:creator>
      <dc:date>2020-09-29T23:37:25Z</dc:date>
    </item>
  </channel>
</rss>

