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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...