Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added info about fluentd deprecation date #1460

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .chloggen/fluentddeprecationdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'deprecation'
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
component: 'chart'
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Added a note anbout the deprecation of the `fluentd` option in the chart"
# One or more tracking issues related to the change
issues: [1460]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ This distribution currently supports:
exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/splunkhecexporter).
- Interested in sending logs to Splunk Cloud via OTLP for improved backpressure handling and performance? [Sign up for the preview](https://voc.splunk.com/preview/otlp) today!

**Fluentd logs engine is now deprecated and will reach End Of Support in October 2025.** Migrating to the native OTEL logs engine before this date is strongly recommended.

## Supported Kubernetes distributions

The Helm chart works with default configurations of the main Kubernetes distributions. Use actively supported versions:
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ splunkObservability:
# otel-collector agent for further processing.
# - `otel`: utilize native OpenTelemetry log collection.
#
# `fluentd` will be deprecated soon, so it's recommended to use `otel` instead.
# `fluentd` will be deprecated in October 2025, so it's recommended to use `otel` instead.
################################################################################

logsEngine: otel
Expand Down Expand Up @@ -657,7 +657,7 @@ logsCollection:
################################################################################
# Fluentd sidecar configuration for logs collection.
# Applicable only if "logsEngine: fluentd".
# Fluentd will be deprecated soon, so it's recommended to use "logsEngine: otel" instead.
# Fluentd logs engine is now deprecated and will reach End Of Support in October 2025, it is strongly recommended to use "logsEngine: otel" instead.
################################################################################

fluentd:
Expand Down
Loading