Step 1: Deploy a supported OpenTelemetry Collector
Alpha features described in this document are provided by Splunk to you "as is" without any warranties, maintenance and support, or service-level commitments. Splunk makes this Alpha feature available at its sole discretion and may discontinue it at any time. These documents are not yet publicly available and we ask that you keep this information confidential.
Use of Alpha features is subject to the Splunk Pre-Release Agreement for Hosted Services. Use these links to navigate to topics within this private preview:
Context
Deploy a supported OpenTelemetry collector if it's not already deployed. If it's already deployed, upgrade it to a supported version.
Supported OpenTelemetry collectors
The following minimum versions are required for Secure Application functionality that uses the Splunk Distribution of OpenTelemetry Collector on Kubernetes with Helm:
Helm chart splunk-otel-collector-0.137.0 or above
Easiest deployment option
For this alpha program, the easiest option is to deploy the Splunk Distribution of OpenTelemetry Collector on Kubernetes with Helm chart version splunk-otel-collector-0.137.0 or above. This Helm chart is preconfigured with everything you need for Secure Application.
This section contains deployment instructions specific to Secure Application. For complete instructions see Get started with the Collector for Kubernetes.
- Add the Helm repository:
helm repo add splunk-otel-collector-chart https://signalfx.github.io/splunk-otel-collector-chart - Install the collector, with
splunkObservability.secureAppEnabledset totrueon thehelm installcommand:helm install my-splunk-otel-collector --set="splunkObservability.secureAppEnabled=true,splunkObservability.realm=us0,splunkObservability.accessToken=xxxxxx,clusterName=my-cluster" splunk-otel-collector-chart/splunk-otel-collector
See Helm chart installation examples that have Secure Application enabled:
Alternate deployment options
See Alternate deployment options for the OpenTelemetry Collector on non-Kubernetes, non-Helm platforms.