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.
Configure the Data Stream Processor to send data to a self-signed Splunk instance
The Splunk Data Stream Processor supports one-way SSL/TLS with the Splunk HEC endpoints. Use these settings if your Splunk HEC endpoints are secured via HTTPS (SSL/TLS). These settings apply globally to both Send to a Splunk Index (Default for Environment) and Send to a Splunk Index functions. Currently, there is no support for configuring these settings outside of setting or updating environment variables before you deploy your Kubernetes pods, and you cannot change these settings on a per-connection or per-function basis.
We currently have an "all-or-nothing" approach to sending data from DSP to an SSL-enabled Splunk Enterprise instance. This means that you must have all or none of your Splunk Enterprise HEC endpoints configured to use SSL. If the pipelines_data_splunkd_ssl_validation_enabled setting is set to true, then all DSP HEC client functions use HTTPS and require a valid certificate from the server.
Enable server certificate validation and hostname validation
- Enable hostname verification. The DSP HEC client performs a server identity check to confirm that the client is connecting to the correct server and has not been redirected by a man-in-the-middle (MITM) attack. Defaults to false.
dsp config set streams pipelines_data_ssl_hostname_verification=true
- (Optional) If you are using the Splunk Cloud Platform, contact Splunk Support for a Splunk Cloud DigiCert CA.
- (Optional) After receiving a Splunk Cloud DigiCert CA from Splunk Support or if you are using a CA cert that is not part of the Java JRE default trust store, set the following configuration value in your node.
dsp config set streams pipelines_data_splunkd_ssl_cert_BASE64=[base64-encoded-CA]
- Enable SSL validation. When enabled, the Send to a Splunk Index (Default for Environment) and Send to a Splunk Index functions connect to the Splunk Enterprise HEC endpoints via HTTPS and validate the server's SSL certificate. Defaults to true. Set this to true if the CA certificate you used to sign your Splunk server certificates is part of the Java JRE default trust store.
dsp config set streams pipelines_data_splunkd_ssl_validation_enabled=true
- After setting the configurations, deploy your changes.
dsp deploy streams
- Restart all pipelines using the Send to a Splunk Index (Default for Environment) and Send to a Splunk Index functions for your changes to take effect.
Disable server certificate validation and hostname validation
- Disable hostname verification.
dsp config set streams pipelines_data_ssl_hostname_verification=false
- Disable SSL validation. If true, the Send to a Splunk Index (Default for Environment) and Send to a Splunk Index functions connect to the Splunk Enterprise HEC endpoints via HTTPS and validate the server's SSL certificate. If false, the Send to a Splunk Index (Default for Environment) and Send to a Splunk Index functions still use HTTPS but do not validate the server's SSL certificate. Defaults to true.
dsp config set streams pipelines_data_splunkd_ssl_validation_enabled=false
- After setting the configurations, deploy your changes.
dsp deploy streams
- Restart all pipelines using the Send to a Splunk Index (Default for Environment) and Send to a Splunk Index functions for your changes to take effect.
Secure the DSP cluster with SSL/TLS certificates (Optional) | Change the admin password |
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!