Knowledge Management

Disabling Welcome Screen

jkfierro
Explorer

When you navigate to your Splunk webpage, you first come to a screen that checks for updates and then gives you the option to continue or install the update. Then you continue on to whichever application(s) you have configured.

I'd like to disable this initial screen and go straight to the default app - search app for instance. So by going to https://localhost I go straight to the Search app.

How is this possible? Note I am using the free version.

Thanks

Tags (2)

bbiandov
Path Finder

Worked for me on Enterprise 6.3.2 Build aaff59bb082c

0 Karma

oddrune
Engager

The solution with updateCheckerBaseURL worked for me with Splunk 6 enteprise 8build 182037). Thanks.

0 Karma

bsherwoodofdapt
Explorer

I know this still works for Splunk 6 - free license. I just applied it myself.

Thank you for taking the moment to point out (subtly) that a user should build a simple file in the LOCAL sub directory to create a single key override, instead of editing the copy in the DEFAULT directory.

adylent
Path Finder

Is there a way to disable this for Splunk 6 Enterprise?

0 Karma

tier2ops
Explorer

This does not work on the Enterprise version.

How can the check for new versions be disabled on Enterprise Splunk.

0 Karma

ftk
Motivator

You will want to modify the updateCheckerBaseURL in your web.conf:

serviceFormPostURL = http://headlamp.Splunk.com/event/add
userRegistrationURL = https://www.Splunk.com/index.php/pre_reg?destination=prod_reg
updateCheckerBaseURL = http://quickdraw.Splunk.com/js/
   * These are various Splunk.com urls that are configurable. 
   * Setting updateCheckerBaseURL to 0 will stop the SplunkWeb from pinging Splunk.com 
     for new versions of itself. 

So basically you want to add a web.conf at $SPLUNK_HOME/etc/system/local/web.conf with the following:

[settings]
updateCheckerBaseURL = 0

Then restart splunk for the settings to take effect.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...