Automatic Update Notification
This documentation does not apply to the most recent version of Splunk. Click here for the latest version.
Automatic Update Notification
The free Splunk Server periodically checks back with www.splunk.com to see if there's a new version available. It does not transmit any specific data about your installation back to us, other than its own version number. If there's a newer version ready for download, it will notify you on the Splunk Server's home page with a banner similar to the one below.
Disabling the "phone home" update check
Create the file $SPLUNK_HOME/etc/myinstall/search.user.xml with the following contents:
<config> <searchConfig> <updateCheckerBaseURL>0</updateCheckerBaseURL> </searchConfig> </config>
If the file alrady exists simply insert the following tag into the config stanza:
<updateCheckerBaseURL>0</updateCheckerBaseURL>
This documentation applies to the following versions of Splunk: 2.2 , 2.2.1 , 2.2.3 , 2.2.6 View the Article History for its revisions.