From 7a0bc1acc0846e8a500b433006c559eb547bc793 Mon Sep 17 00:00:00 2001 From: sbylica-splunk Date: Fri, 20 Sep 2024 10:22:17 +0200 Subject: [PATCH 1/5] Added info about fluentd deprecation date --- .chloggen/fluentddeprecationdocs.yaml | 8 ++++++++ README.md | 2 ++ helm-charts/splunk-otel-collector/values.yaml | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .chloggen/fluentddeprecationdocs.yaml diff --git a/.chloggen/fluentddeprecationdocs.yaml b/.chloggen/fluentddeprecationdocs.yaml new file mode 100644 index 0000000000..e33c21864b --- /dev/null +++ b/.chloggen/fluentddeprecationdocs.yaml @@ -0,0 +1,8 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: 'enhancement' +# 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: [] diff --git a/README.md b/README.md index 62a439fc1c..fd05bbd6a8 100644 --- a/README.md +++ b/README.md @@ -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 will be deprecated in October 2025.** While it can still be used until then, 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: diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 83bce1f442..5269a25a16 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -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 @@ -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 will be deprecated in October 2025, so it's recommended to use "logsEngine: otel" instead. ################################################################################ fluentd: From 716d0489472f4474a16737a2a73d9a312c57487a Mon Sep 17 00:00:00 2001 From: sbylica-splunk Date: Fri, 20 Sep 2024 10:23:28 +0200 Subject: [PATCH 2/5] Added changelog issue number --- .chloggen/fluentddeprecationdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/fluentddeprecationdocs.yaml b/.chloggen/fluentddeprecationdocs.yaml index e33c21864b..39506d2932 100644 --- a/.chloggen/fluentddeprecationdocs.yaml +++ b/.chloggen/fluentddeprecationdocs.yaml @@ -5,4 +5,4 @@ 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: [] +issues: [1460] From 279f05403256b58a6ed1e40d0c72e02295907e8b Mon Sep 17 00:00:00 2001 From: Szymon Bylica <142112966+sbylica-splunk@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:44:59 +0200 Subject: [PATCH 3/5] Update README.md Co-authored-by: Aunsh Chaudhari --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd05bbd6a8..884c5d10fa 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ 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 will be deprecated in October 2025.** While it can still be used until then, migrating to the native OTEL logs engine before this date is strongly recommended. +**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 From 2aff0484abff298aa5ea77d45f0204fadddef0bf Mon Sep 17 00:00:00 2001 From: Szymon Bylica <142112966+sbylica-splunk@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:45:11 +0200 Subject: [PATCH 4/5] Update helm-charts/splunk-otel-collector/values.yaml Co-authored-by: Aunsh Chaudhari --- helm-charts/splunk-otel-collector/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 5269a25a16..567b5e11b7 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -657,7 +657,7 @@ logsCollection: ################################################################################ # Fluentd sidecar configuration for logs collection. # Applicable only if "logsEngine: fluentd". -# Fluentd will be deprecated in October 2025, 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: From a9a7093d44e4406926b45e108d7066ac6d424726 Mon Sep 17 00:00:00 2001 From: Szymon Bylica <142112966+sbylica-splunk@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:45:18 +0200 Subject: [PATCH 5/5] Update .chloggen/fluentddeprecationdocs.yaml Co-authored-by: Antoine Toulme --- .chloggen/fluentddeprecationdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/fluentddeprecationdocs.yaml b/.chloggen/fluentddeprecationdocs.yaml index 39506d2932..7d6de51525 100644 --- a/.chloggen/fluentddeprecationdocs.yaml +++ b/.chloggen/fluentddeprecationdocs.yaml @@ -1,5 +1,5 @@ # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: 'enhancement' +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 (`).