@@ -506,18 +506,18 @@ clusterReceiver:
506
506
507
507
# This flag enables Kubernetes events collection using OpenTelemetry Kubernetes Events Receiver
508
508
# 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.
513
513
eventsEnabled : false
514
514
515
515
# Kubernetes objects collection using OpenTelemetry Kubernetes Object Receiver
516
516
# 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.
521
521
522
522
#
523
523
# == Schema ==
0 commit comments