Skip to content

Commit fd858cd

Browse files
committed
Fixed issues with OTel Demo
1 parent 016d97b commit fd858cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

workshop/oteldemo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## Splunk OpenTelemety Collector Configuration
2020

21-
The following configuration can be applied to a default O11y workshop Splunk Show instance (EC2 or multipass). Remember to remove any existing OTel Collector configuration.
21+
The following configuration can be applied to a default O11y workshop Splunk Show instance. Remember to remove any existing OTel Collector configuration.
2222

2323
``` bash
2424
helm delete splunk-otel-collector
@@ -36,12 +36,12 @@ helm install splunk-otel-collector \
3636
--set="certmanager.enabled=true" \
3737
--set="splunkObservability.realm=$REALM" \
3838
--set="splunkObservability.accessToken=$ACCESS_TOKEN" \
39-
--set="clusterName=$(hostname)-k3s-cluster" \
39+
--set="clusterName=$INSTANCE-k3s-cluster" \
4040
--set="splunkObservability.logsEnabled=false" \
4141
--set="logsEngine=otel" \
4242
--set="splunkObservability.profilingEnabled=true" \
4343
--set="splunkObservability.infrastructureMonitoringEventsEnabled=true" \
44-
--set="environment=$(hostname)-workshop" \
44+
--set="environment=$INSTANCE-workshop" \
4545
--set="splunkPlatform.endpoint=$HEC_URL" \
4646
--set="splunkPlatform.token=$HEC_TOKEN" \
4747
--set="splunkPlatform.index=splunk4rookies-workshop" \
@@ -51,7 +51,7 @@ splunk-otel-collector-chart/splunk-otel-collector \
5151

5252
## OpenTelemetry Astronomy Shop configuration
5353

54-
The file `otel-demo.yaml` will be applied to the Helm chart and change the behavior of the default install:
54+
The file `otel-demo.yaml` will be applied to the Helm chart and change the behavior of the default configuration:
5555

5656
- Set `OTEL_COLLECTOR_NAME` to the host IP Address for Metrics, Traces and Logs
5757
- Configure a load balancer for the `frontendProxy` server

0 commit comments

Comments
 (0)