Refine your search:

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?

asked 05 Aug '11, 08:21

Ellen's gravatar image

Ellen ♦
1.7k319
accept rate: 72%

edited 05 Aug '11, 08:27


One Answer:

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/<appname> 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-new-splunk-version-is-available

link

answered 05 Aug '11, 08:24

Ellen's gravatar image

Ellen ♦
1.7k319
accept rate: 72%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×207
×11

Asked: 05 Aug '11, 08:21

Seen: 823 times

Last updated: 05 Aug '11, 08:27

Copyright © 2005-2012 Splunk, Inc. All rights reserved.