Installation

Can I prevent Splunk from automatically checking for updates upon restart?

mikefoti
Communicator

Is there a way to prevent Splunk from automatically checking for updates upon restart?

Tags (2)
0 Karma

sspencer_splunk
Splunk Employee
Splunk Employee

The update checking mechanism can be enabled/disabled per your organization's internal policies. Keep in mind that all this update checking mechanism does is reach out to a publicly-available website to check for a new version. (OK, so it does a little more than that, but that's neither here, nor there.)

If a new version is available, splunkweb presents this information on the Splunk login page. You can disable it in web.conf.

Set "updateCheckerBaseURL" in web.conf to 0.

For more information, search for the term "updateCheckerBaseURL" on the web page linked above.

jonuwz
Influencer

Google is your friend

1st and 3rd hits

0 Karma

mikefoti
Communicator

Actually the FIRST hit brought me back to my own question.

🙂

Thanks, I will try this idea....

Globally:
Modify in your local copy of $SPLUNK_HOME/etc/system/local/server.conf with:[applicationsManagement]
allowInternetAccess = false

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...