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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...