Upgrade the Data Stream Processor
If the Splunk Data Stream Processor was previously installed and configured, do the following to upgrade your software.
Steps
- Download the new Data Stream Processor tarball on the master node of your cluster.
- Extract the tarball.
tar xf <dsp-version>.tar
- Navigate to the extracted file.
cd <dsp-version>
- (Optional) If your environment has a small root volume (6GB or less of free space) in
/tmp
, your upgrade may fail when you run out of space. Choose a different directory to write temporary files to during the upgrade process.export TMPDIR=/<directory-on-larger-volume>
- From the extracted file directory, run the upgrade script.
./upgrade
- Upgrading can take a while. Upon completion, the following message is shown.
Waiting for DSP to startup .................... DSP startup completed
- (Optional) While waiting for the upgrade to complete, you can use the following command to monitor the progress of your upgrade. Run this command after you see the
Waiting for DSP to startup
message.kubectl get pods -n dsp
When the following services have statusRUNNING
, then the upgrade is complete:dsp
,ingest-hec
,ingest-s2s
,splunk-streaming-rest
,usr-mgmt-svc
.
Configure connections to external services | About the DSP Dashboards |
This documentation applies to the following versions of Splunk® Data Stream Processor: 1.0.1
Feedback submitted, thanks!