Install the EKS add-on without secure token handling
Deploy the Splunk Distribution of the OpenTelemetry Collector Amazon EKS add-on onto an Amazon EKS cluster by storing tokens in the EKS add-on configuration.
You can install the EKS add-on without deploying a Kubernetes Secret.
- Splunk Observability Cloud
-
YAML
splunkObservability: accessToken: your-splunk-access-token realm: your-splunk-realm clusterName: your-eks-cluster-name cloudProvider: aws distribution: eksReplace your-splunk-access-token and your-splunk-realm with your Splunk Observability Cloud access token and realm. Replace your-eks-cluster-name with your EKS cluster name.
- Splunk platform
-
For the Splunk platform, create a
splunkObservabilitysection, but setsplunkObservability.accessTokenandsplunkObservability.realmto empty strings as in the following example.YAMLsplunkPlatform: endpoint: https://your-splunk-host:8088/services/collector/event token: your-hec-token clusterName: your-eks-cluster-name cloudProvider: aws distribution: eks splunkObservability: accessToken: "" realm: ""Replace your-splunk-host with a Splunk HEC endpoint that is reachable from the EKS worker nodes. Replace your-hec-token with your HEC token, and replace your-eks-cluster-name with your EKS cluster name.