You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--support-bundle PATH Absolute path to the support bundle script.
57
45
Defaults to '$SUPPORT_BUNDLE_SCRIPT'.
58
46
--jmx-metric-gatherer VERSION The released version of the JMX Metric Gatherer JAR to include (will be downloaded).
@@ -69,8 +57,6 @@ parse_args_and_build() {
69
57
local otelcol="$OTELCOL"
70
58
local agent_config="$AGENT_CONFIG"
71
59
local gateway_config="$GATEWAY_CONFIG"
72
-
local fluentd_config="$FLUENTD_CONFIG"
73
-
local fluentd_confd="$FLUENTD_CONFD"
74
60
local support_bundle="$SUPPORT_BUNDLE_SCRIPT"
75
61
local jmx_metric_gatherer_release="$JMX_METRIC_GATHERER_RELEASE"
76
62
local splunk_icon="$SPLUNK_ICON"
@@ -92,16 +78,6 @@ parse_args_and_build() {
92
78
gateway_config="$2"
93
79
shift 1
94
80
;;
95
-
--fluentd)
96
-
echo"[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"
97
-
fluentd_config="$2"
98
-
shift 1
99
-
;;
100
-
--fluentd-confd)
101
-
echo"[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"
0 commit comments