All DSP releases prior to DSP 1.4.0 use Gravity, a Kubernetes orchestrator, which has been announced end-of-life. We have replaced Gravity with an alternative component in DSP 1.4.0. Therefore, we will no longer provide support for versions of DSP prior to DSP 1.4.0 after July 1, 2023. We advise all of our customers to upgrade to DSP 1.4.0 in order to continue to receive full product support from Splunk.
Cluster configuration options
You can view or change the default configurations of your cluster by using the following commands.
- dsp config get
- dsp config set
- dsp config remove
- dsp config list
Prerequisites
- You must have system administrator (root) permissions to run DSP installation or cluster management commands. If you do not have these permissions, you can use the
sudo
command.
Steps
To set a new configuration:
- Type the following from a node.
dsp config set <SERVICE>=<VALUE>
- Deploy the changes.
dsp deploy <SERVICE>
To remove a configuration:
- Type the following from a node.
dsp config remove <SERVICE> <KEY>
- Deploy the changes.
dsp deploy <SERVICE>
To view existing cluster configurations:
- From a node, type the following to see the list of configurations for a specified service, including values.
dsp config list <SERVICE>
To view individual configurations:
- From a node, type the following to see an individual non-secret configuration property.
dsp config get <SERVICE> <KEY>
Get started with the Data Stream Processor CLI | Configure connections to external services |
This documentation applies to the following versions of Splunk® Data Stream Processor: 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5
Feedback submitted, thanks!