Connecting DigiCert ONE to monitoring tools
Splunk
Before you get started, make sure you have Splunk Connect properly set up.
When you're ready to connect DigiCert ONE and Splunk, follow these steps:
Create a new index and HEC token.
Open firewall from Kubernetes cluster to Splunk server on port 8088.
Add Splunk chart repo.
helm repo add splunk https://splunk.github.io/splunk-connect-for-kubernetes/
Get the values to file in your working directory.
helm show values splunk/splunk-connect-for-kubernetes > values.yaml
Update values file with the following values.
host: "<your splunk host name>" port: "<your splunk port>" token: <new HEC token created in step 1> indexName: <new index name created in step 1> clusterName: "<your kubernetes cluster name>"
Create “splunk” namespace.
kubectl create namespace splunk
Deploy Splunk using the “Splunk Connect for Kubernetes” chart.
helm upgrade --install splunk -f splunk-values.yaml splunk/splunk-connect-for-kubernetes
Rancher
Rancher provides tools for additional monitoring services: https://rancher.com/docs/rancher/v2.6/en/cluster-admin/tools/