All Apps and Add-ons

How to include Home / Launcher app in the Apps drop-down list?

splunkIT
Splunk Employee
Splunk Employee

In Splunk 6.2, how can I make the Home/Launcher app visible in the Apps drop-down list?

Tags (3)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

I'm afraid that's hard-coded into $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/js/views/shared/splunkbar/AppMenu.js:

.filter(function(app) {
    // we don't want to display either the management console or launcher
    return (app.name !== "splunk_management_console" && app.name !== "launcher");
})
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...