Skip to content

Commit d2f7b05

Browse files
committed
O11y logsEnabled now deprecated, removing references.
1 parent 42f01b0 commit d2f7b05

File tree

8 files changed

+1
-10
lines changed

8 files changed

+1
-10
lines changed

content/en/ninja-workshops/9-solving-problems-with-o11y-cloud/2-deploy-collector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ After these changes, the `values.yaml` file should include the following content
231231
232232
``` yaml
233233
splunkObservability:
234-
logsEnabled: false
235234
profilingEnabled: true
236235
infrastructureMonitoringEventsEnabled: true
237236
certmanager:

content/en/unsupported-field-workshops/1-imt/gdi/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ helm install splunk-otel-collector --version {{< otel-version >}} \
6060
--set="splunkObservability.realm=$REALM" \
6161
--set="splunkObservability.accessToken=$ACCESS_TOKEN" \
6262
--set="clusterName=$INSTANCE-k3s-cluster" \
63-
--set="splunkObservability.logsEnabled=true" \
6463
--set="logsEngine=otel" \
6564
--set="splunkObservability.profilingEnabled=true" \
6665
--set="splunkObservability.infrastructureMonitoringEventsEnabled=true" \

content/en/unsupported-field-workshops/8-gdi/2-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ helm repo update
189189
```
190190

191191
``` bash
192-
helm install --set provider=' ' --set distro=' ' --set splunkObservability.accessToken=$ACCESS_TOKEN --set clusterName=$clusterName --set splunkObservability.realm=$REALM --set otelCollector.enabled='false' --set splunkObservability.logsEnabled='true' --set gateway.enabled='false' --values kafka.values.yaml --values mongodb.values.yaml --values zookeeper.values.yaml --values alwayson.values.yaml --values k3slogs.yaml --generate-name splunk-otel-collector-chart/splunk-otel-collector
192+
helm install --set provider=' ' --set distro=' ' --set splunkObservability.accessToken=$ACCESS_TOKEN --set clusterName=$clusterName --set splunkObservability.realm=$REALM --set otelCollector.enabled='false' --set gateway.enabled='false' --values kafka.values.yaml --values mongodb.values.yaml --values zookeeper.values.yaml --values alwayson.values.yaml --values k3slogs.yaml --generate-name splunk-otel-collector-chart/splunk-otel-collector
193193
```
194194

195195
### 6. Verify installation

legacy-content/en/99-imt-admin/gdi/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ helm install splunk-otel-collector --version {{< otel-version >}} \
6161
--set="splunkObservability.realm=$REALM" \
6262
--set="splunkObservability.accessToken=$ACCESS_TOKEN" \
6363
--set="clusterName=$INSTANCE-k3s-cluster" \
64-
--set="splunkObservability.logsEnabled=true" \
6564
--set="logsEngine=otel" \
6665
--set="splunkObservability.profilingEnabled=true" \
6766
--set="splunkObservability.infrastructureMonitoringEventsEnabled=true" \

legacy-content/en/bootcamp/cheatsheet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ helm install splunk-otel-collector --version {{< otel-version >}} \
229229
--set="splunkRealm=$REALM" \
230230
--set="splunkAccessToken=$ACCESS_TOKEN" \
231231
--set="clusterName=<MY-CLUSTER>" \
232-
--set="logsEnabled=false" \
233232
--set="environment=$<MY-ENV>" \
234233
splunk-otel-collector-chart/splunk-otel-collector \
235234
-f ~/workshop/k3s/otel-collector.yaml

local-hosting/multipass/templates/userdata.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ write_files:
130130
--set="splunkObservability.realm=${realm}" \
131131
--set="splunkObservability.accessToken=${access_token}" \
132132
--set="clusterName=${instance_name}-k3s-cluster" \
133-
--set="splunkObservability.logsEnabled=false" \
134133
--set="logsEngine=otel" \
135134
--set="splunkObservability.profilingEnabled=true" \
136135
--set="environment=${instance_name}-workshop" \
@@ -161,7 +160,6 @@ write_files:
161160
--set="splunkObservability.realm=${realm}" \
162161
--set="splunkObservability.accessToken=${access_token}" \
163162
--set="clusterName=${instance_name}-k3s-cluster" \
164-
--set="splunkObservability.logsEnabled=true" \
165163
--set="logsEngine=otel" \
166164
--set="splunkObservability.profilingEnabled=true" \
167165
--set="environment=${instance_name}-workshop" \

workshop/aws/ec2/templates/userdata.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ write_files:
163163
--set="splunkObservability.realm=${realm}" \
164164
--set="splunkObservability.accessToken=${access_token}" \
165165
--set="clusterName=${instance_name}-k3s-cluster" \
166-
--set="splunkObservability.logsEnabled=false" \
167166
--set="logsEngine=otel" \
168167
--set="splunkObservability.profilingEnabled=true" \
169168
--set="environment=${instance_name}-workshop" \
@@ -193,7 +192,6 @@ write_files:
193192
--set="splunkObservability.realm=${realm}" \
194193
--set="splunkObservability.accessToken=${access_token}" \
195194
--set="clusterName=${instance_name}-k3s-cluster" \
196-
--set="splunkObservability.logsEnabled=true" \
197195
--set="logsEngine=otel" \
198196
--set="splunkObservability.profilingEnabled=true" \
199197
--set="environment=${instance_name}-workshop" \

workshop/tagging/otel/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
splunkObservability:
2-
logsEnabled: false
32
profilingEnabled: true
43
infrastructureMonitoringEventsEnabled: true
54
certmanager:

0 commit comments

Comments
 (0)