Skip to content

Commit 3d42382

Browse files
authored
[windows installer script] Mark Fluentd support as deprecated (#6362)
* [windows installer script] Mark Fluentd support as deprecated * add PR number to changelog
1 parent 4a4bc68 commit 3d42382

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ and the [opentelemetry-collector-contrib v0.128.0](https://github.com/open-telem
2121

2222
### 🚩 Deprecations 🚩
2323

24+
- (Splunk) `Windows installer script`: Fluentd support has been deprecated and will be removed in a future release. ([#6362](https://github.com/signalfx/splunk-otel-collector/pull/6362))
25+
Please refer to [deprecation documentation](https://github.com/signalfx/splunk-otel-collector/blob/main/docs/deprecations/fluentd-support.md) for more information.
2426
- (Contrib) `receiver/hostmetrics`: Mark `hostmetrics.process.onWindowsUseNewGetProcesses` feature gate as stable ([#32947](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32947)
2527

2628
### 💡 Enhancements 💡

packaging/installer/install.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
.EXAMPLE
6262
.\install.ps1 -access_token "ACCESSTOKEN" -hec_token "HECTOKEN"
6363
.PARAMETER with_fluentd
64+
DEPRECATED: Fluentd support has been deprecated and will be removed in a future release. Please refer to documentation for more information: https://github.com/signalfx/splunk-otel-collector/blob/main/docs/deprecations/fluentd-support.md
6465
(OPTIONAL) Whether to install and configure fluentd to forward log events to the collector (default: $false)
6566
.EXAMPLE
6667
.\install.ps1 -access_token "ACCESSTOKEN" -with_fluentd $true
@@ -683,6 +684,7 @@ following PowerShell commands:
683684
echo "$message"
684685

685686
if ($with_fluentd) {
687+
Write-Warning '[DEPRECATED] Fluentd support has been deprecated and will be removed in a future release. Please refer to documentation for more information: https://github.com/signalfx/splunk-otel-collector/blob/main/docs/deprecations/fluentd-support.md'
686688
$default_fluentd_config = "$installation_path\fluentd\td-agent.conf"
687689
$default_confd_dir = "$installation_path\fluentd\conf.d"
688690

0 commit comments

Comments
 (0)