This topic discusses various issues and considerations you should review before upgrading to Splunk 3.3.
You should also review the Known Issues for additional information before you upgrade.
Starting with version 3.3, Splunk's custom bundle directory structure and terminology have both changed. Bundles are now referred to as applications, and a new directory structure is in place. The existing directory structure and nomenclature will be supported in 3.3, but a switch to the new structure will be enforced in a future release. For detailed information about the new applications directory structure, refer to the documentation about configuration files.
Splunk provides a script for migrating your existing bundles directories to the new structure. Refer to these instructions for more information
Scripts in /splunk/bin are not savedIf you have configured an alert to call a script, that script resides in $SPLUNK_HOME/bin/scripts. Make a backup of these scripts and reinstate them after the upgrade.
Saved searches and search operatorsBe aware of the following regarding saved searches:
If you have a saved search containing the admin command which also contains a reference to the query field, you must recreate your search so that it does not use query. The admin command now uses search instead of query.
Affected search examples:
| admin mysavedsearches | rename query AS term stanza as name | admin mysavedsearches | top query
| admin mysavedsearches | rename stanza as name | admin mysavedsearches | stats count(name)
If you have made changes to the default values in indexes.conf, the configuration will not migrate. Make a backup of your changes and re-add them post-upgrade.
Must upgrade all instances of Splunk in a distributed environmentAs mentioned in the Known Issues, you must upgrade all members of your distributed cluster to the same version.
Instances of Splunk deployment server must match clientsAs mentioned in the Known Issues, if you are running Splunk's deployment server, you must upgrade the deployment server and all its clients to the same version. Splunk recommends that you upgrade your Splunk deployment server first, before you migrate your other Splunk instances.
If you are unable to migrate all clients at one time, you can set up two deployment servers, one for your new 3.3.x clients, and one for your 3.1.x clients. This way, you can move each client over to communicate with the 3.3.x deployment server as you are able to upgrade it.
Comments
No comments have been submitted.