All Apps and Add-ons

Standalone Splunk App

Sheela
Path Finder

Hi,
Is there a way I can make my Splunk app a standalone app as opposed to opening the browser and selecting my app from the menu? I want to have a logo and a splash screen for my app. I have just a few dashboards for now.

Tags (2)
0 Karma
1 Solution

Ayn
Legend

Not sure what you mean by standalone - Splunk's graphical interface is browser based, so no, there is no inbuilt functionality for interfacing with it (at least graphically) outside a browser.

View solution in original post

Drainy
Champion

Well the easiest way is to change the default app for users to your own app via;
http://docs.splunk.com/Documentation/Splunk/latest/Admin/Setupbuilt-inauthentication#Add_and_edit_us...

From here you could select your App as the default. Each time a user sign's in this will be displayed. For a splash screen you are best editing the welcome/login page.

http://docs.splunk.com/Documentation/Splunk/latest/Developer/CustomizeLogin

Finally. You can remove all the links in the top right if you wanted to create a seamless look for your App, you don't even need to have a Splunk logo on it!
Have look here for advanced customization options for the XML.
http://docs.splunk.com/Documentation/Splunk/latest/Developer/AdvancedSearch

If you wanted to run it outside of Splunk, then no. Not at the moment, it requires a browser to access as it is run from a Python based Web Server.

Ayn
Legend

Not sure what you mean by standalone - Splunk's graphical interface is browser based, so no, there is no inbuilt functionality for interfacing with it (at least graphically) outside a browser.

Sheela
Path Finder

Ok thanks!

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...