Splunk® Data Stream Processor

Install and administer the Data Stream Processor

Acrobat logo Download manual as PDF


On October 30, 2022, all 1.2.x versions of the Splunk Data Stream Processor will reach its end of support date. See the Splunk Software Support Policy for details. For information about upgrading to a supported version, see the Upgrade the Splunk Data Stream Processor topic.
This documentation does not apply to the most recent version of Splunk® Data Stream Processor. For documentation on the most recent version, go to the latest release.
Acrobat logo Download topic as PDF

Cluster configuration options

You can view or change the default configurations of your cluster by using the following commands.

  • get-config
  • set-config
  • remove-config
  • list-configs
  • get-secret
  • set-secret
  • remove-secret
  • list-secrets

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 or secret:

  1. To set a new configuration, type the following from a node.
    ./set-config <PROPERTY_NAME> <VALUE>
  2. To set a new secret, type the following from a node.
    ./set-secret <SECRET_NAME>
  3. Deploy the changes.
    ./deploy

To remove a configuration or secret:

  1. To remove a configuration, type the following from a node.
    ./remove-config <PROPERTY_NAME> <VALUE>
  2. To remove a secret, type the following from a node.
    ./remove-secret <SECRET_NAME>
  3. Deploy the changes.
    ./deploy

To view existing cluster configurations:

  1. From a node, type the following to see the list of configurations, including values.
    ./list-configs
  2. From a node, type the following to see the list of secret keys.
    ./list-secrets

To view individual configurations or secrets:

  1. From a node, type the following to see an individual non-secret configuration property.
    ./get-config <PROPERTY_NAME>
  2. From a node, type the following to see an individual secret.
    ./get-secret <SECRET_NAME>
Last modified on 26 October, 2020
PREVIOUS
Get started with the Splunk Cloud Services CLI
  NEXT
Configure connections to external services

This documentation applies to the following versions of Splunk® Data Stream Processor: 1.1.0, 1.2.0, 1.2.1-patch02, 1.2.1, 1.2.2-patch02, 1.2.4, 1.2.5, 1.3.0, 1.3.1


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters