Skip to content

Commit

Permalink
pipeline v15
Browse files Browse the repository at this point in the history
  • Loading branch information
pszkamruk-splunk committed Oct 31, 2023
1 parent 1bf6c52 commit 005be65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions integration_tests/install_sck.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 005be65

Please sign in to comment.