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!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...