Skip to content

Commit 67e115e

Browse files
authored
[chore] Update cluster receiver values.yaml docs (#1849)
1 parent 15407ff commit 67e115e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

helm-charts/splunk-otel-collector/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -506,18 +506,18 @@ clusterReceiver:
506506

507507
# This flag enables Kubernetes events collection using OpenTelemetry Kubernetes Events Receiver
508508
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/k8seventsreceiver
509-
# This option requires `logsEnabled` to be set to `true` for either `splunkObservability` or `splunkPlatform`
510-
# depending on where you want to send the events. Otherwise this option will not have any effect.
511-
# The receiver currently is in alpha state which means that events format might change over time.
512-
# Once the receiver is stabilized, it'll be enabled by default in this helm chart
509+
# This option requires `splunkObservability.logsEnabled` or `splunkPlatform.logsEnabled`to be set
510+
# to `true'. Otherwise, this option will not have any effect. The receiver currently is in "Alpha"
511+
# state which means that events format might change over time. Once the receiver is "Stable", it'll
512+
# be enabled by default.
513513
eventsEnabled: false
514514

515515
# Kubernetes objects collection using OpenTelemetry Kubernetes Object Receiver
516516
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/k8sobjectsreceiver
517-
# This option requires `logsEnabled` to be set to `true` for either `splunkObservability` or `splunkPlatform`
518-
# depending on where you want to send the events. Otherwise, this option will not have any effect.
519-
# The receiver currently is in alpha state which means that events format might change over time.
520-
# Once the receiver is stabilized, it'll be enabled by default in this helm chart
517+
# This option requires `splunkObservability.logsEnabled` or `splunkPlatform.logsEnabled`to be set
518+
# to `true'. Otherwise, this option will not have any effect. The receiver currently is in "Beta"
519+
# state which means that objects format might change over time. Once the receiver is "Stable", it'll
520+
# be enabled by default.
521521

522522
#
523523
# == Schema ==

0 commit comments

Comments
 (0)