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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...