diff --git a/integration_tests/install_sck.sh b/integration_tests/install_sck.sh new file mode 100644 index 000000000..7b519cf32 --- /dev/null +++ b/integration_tests/install_sck.sh @@ -0,0 +1,10 @@ +microk8s helm3 repo add splunk-otel-collector-chart https://signalfx.github.io/splunk-otel-collector-chart +microk8s helm3 upgrade --install sck \ + --set="clusterName=my-cluster" \ + --set="splunkPlatform.endpoint=https://$(hostname -I | cut -d " " -f1):8088/services/collector" \ + --set="splunkPlatform.insecureSkipVerify=true" \ + --set="splunkPlatform.token=$(cat hec_token)" \ + --set="splunkPlatform.metricsEnabled=true" \ + --set="splunkPlatform.metricsIndex=em_metrics" \ + --set="splunkPlatform.index=em_logs" \ + splunk-otel-collector-chart/splunk-otel-collector