Deployment Architecture

Is this the correct way to use appOrder in user-prefs.conf on a search head cluster?

lycollicott
Motivator

I want to sort everyone's apps in the Launcher, so on my deployer I created an app called MY_user-prefs. It contains a single file MY_user-prefs\local\user-prefs.conf that looks like this:

[general_default]
appOrder = MY_Docs,search,pingfederate,data_curator,SplunkAppForWebAnalytics

After I apply the shcluster-bundle, the order of apps in the Launcher is unchanged. Any suggestions?

EDIT: I forgot to mention that if I manually go to each search head and add the appOrder parameter to the standard user-prefs app, then it works. I just would like to do it centrally from the deployer whenever I need to make adjustments.

0 Karma
1 Solution

jkat54
SplunkTrust
SplunkTrust

You need to export this app globally. The user-prefs is a per app setting.

Read the prologue in user-prefs.conf.spec here http://docs.splunk.com/Documentation/Splunk/6.1.6/Admin/User-prefsconf

Here's how to export globally:
http://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Defaultmetaconf

/appName/metadata/default.meta:

[]
export=system

View solution in original post

jkat54
SplunkTrust
SplunkTrust

You need to export this app globally. The user-prefs is a per app setting.

Read the prologue in user-prefs.conf.spec here http://docs.splunk.com/Documentation/Splunk/6.1.6/Admin/User-prefsconf

Here's how to export globally:
http://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Defaultmetaconf

/appName/metadata/default.meta:

[]
export=system

harsmarvania57
Ultra Champion

Hi @lycollicott,

After pushing bundle from deployer, can you please check $SPLUNK_HOME/bin/splunk cmd btool user-prefs --debug list on any of the search head, the output will show that appOrder is taking from which app. So you can figure out whether appOrder parameter is taking from correct app or not.

Thanks,
Harshil

0 Karma

lycollicott
Motivator

Yes, I did that. The appOrder is read from the deployed file, but it doesn't seem to have any affect.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...