This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.135.0.
🛑 Breaking changes 🛑
all
: Update labels in all resources (#2027)- Remove "heritage" label from all objects managed by the chart
- Set all "app.kubernetes.io/managed-by" labels to "Helm"
agent
: RemovesplunkObservability.logsEnabled
option (#2058)
Logs cannot be sent directly to Splunk Observability anymore.
ConfiguresplunkPlatform
to send logs to Splunk Platform and enable Log Observer Connect to view the logs in Splunk Observability.
See the following documentation for more details: https://help.splunk.com/en/splunk-observability-cloud/manage-data/view-splunk-platform-logs/accomplish-logs-pipeline-rules-in-splunk-platform
💡 Enhancements 💡
chart
: Adds configuration option for Splunk Platform metrics sourcetype (#1941)- Users can override the metrics sourcetype for Splunk Platform using the
splunk.com/metricsSourcetype
annotation or the.Values.splunkPlatform.metricsSourcetype
Helm value. - See
advanced-configuration.md
for detailed precedence and usage notes.
- Users can override the metrics sourcetype for Splunk Platform using the
🧰 Bug fixes 🧰
log
: Updatesending_queue
batch settings whennoDropLogsPipeline
is enabled (#2076)