All Apps and Add-ons

How can automatic update checking be disabled for Splunkbase apps?

Ellen
Splunk Employee
Splunk Employee

Due to my environment's proxy and firewall setup, we cannot have automatic update checks occurring for Splunkbase apps.

Where and what settings are available to do this?

Tags (2)
1 Solution

Ellen
Splunk Employee
Splunk Employee

As of 4.2, SplunkWeb's application management allows the properties of an app to be edit to disable the Splunkbase automatic update checking.

The options available are to set this globally or individually per app.

Globally:

Modify in your local copy of $SPLUNK_HOME/etc/system/local/server.conf with:

[applicationsManagement]
allowInternetAccess = false

Per App:

1) Navigate in SplunkWeb > Manager > Apps > select the Splunkbase apps's "Edit Properties" link and change for "Update checking" from Yes to No

OR

2) In the desired app's $SPLUNK_HOME/etc/apps/ local/app.conf (if this does not exist, create one) and include:

[package]
check_for_updates = 0

for example using the Deployment Monitor app,
$SPLUNK_HOME/etc/apps/SplunkDeploymentMonitor/local/app.conf add the stanza entry

[package]
check_for_updates = 0 

Note: Manual changes to the configuration files will require a Splunk restart.

Additional references for these attribute details can be found in:

$SPLUNK_HOME/etc/system/README/server.conf.spec

$SPLUNK_HOME/etc/system/README/app.conf.spec

Separately if you are interested in disabling the login message that a new Splunk version is available go here:
http://splunk-base.splunk.com/answers/2116/how-can-i-disable-the-login-notification-message-that-a-n...

View solution in original post

aturhano
Loves-to-Learn Lots

Does globally setting allowInternetAccess = false prevent other app to get for example threat feeds from the internet??

0 Karma

Ellen
Splunk Employee
Splunk Employee

As of 4.2, SplunkWeb's application management allows the properties of an app to be edit to disable the Splunkbase automatic update checking.

The options available are to set this globally or individually per app.

Globally:

Modify in your local copy of $SPLUNK_HOME/etc/system/local/server.conf with:

[applicationsManagement]
allowInternetAccess = false

Per App:

1) Navigate in SplunkWeb > Manager > Apps > select the Splunkbase apps's "Edit Properties" link and change for "Update checking" from Yes to No

OR

2) In the desired app's $SPLUNK_HOME/etc/apps/ local/app.conf (if this does not exist, create one) and include:

[package]
check_for_updates = 0

for example using the Deployment Monitor app,
$SPLUNK_HOME/etc/apps/SplunkDeploymentMonitor/local/app.conf add the stanza entry

[package]
check_for_updates = 0 

Note: Manual changes to the configuration files will require a Splunk restart.

Additional references for these attribute details can be found in:

$SPLUNK_HOME/etc/system/README/server.conf.spec

$SPLUNK_HOME/etc/system/README/app.conf.spec

Separately if you are interested in disabling the login message that a new Splunk version is available go here:
http://splunk-base.splunk.com/answers/2116/how-can-i-disable-the-login-notification-message-that-a-n...

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!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...