Here's what I could find on this:
appOrder:
A per user app order is maintained within /services/data/user-prefs endpoint, under the appOrder key
A default app order is specified in etc/apps/user-prefs/default/user-prefs.conf
By default, appOrder=search, causing the search app to appear first in the UI.
display.page.home.dashboardId:
When users first view the new home page, they will see a call-to-action for choosing their home dashboard. The id for their selected dashboard is stored in userprefs.conf as the field "display.page.home.dashboardId."
eai_app_only:
Working on this one.....not sure but it always seems to be set to False. Will update as soon as I get an answer.
eai_results_per_page:
Tells the number of results you get when you search. If you go to e.g. settings/all configurations, it will show you 100 items each page.
restart_background_jobs:
Restart background search job that has not completed when Splunk Enterprise restarts indication:
true = Restart job.
false = Do not restart job.
showWhatsNew:
A per user "showWhatsNew" flag is maintained within /services/data/user-prefs endpoint.
By default, the value is set to "1", indicating to the UI that the dialog should be displayed.
When the dialog is closed, the value is changed to 0. This will happen no matter where the user is when they close the dialog (not just on home).
I'll provide an update on the "eai_app_only" parameter once I hear back from others.
PD2
... View more