From 3ffab3afa11a13a617dfbbc9a55ab327fd4aeeab Mon Sep 17 00:00:00 2001 From: peterbarnett03 Date: Wed, 10 Dec 2025 11:16:40 -0500 Subject: [PATCH] Rename telemetry-disable-upload to disable-telemetry-upload (#6594) Fixes a CLI incorrect command Co-authored-by: Jason Stirnaman --- content/shared/influxdb3-cli/config-options.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/shared/influxdb3-cli/config-options.md b/content/shared/influxdb3-cli/config-options.md index 2104c636e..46796551c 100644 --- a/content/shared/influxdb3-cli/config-options.md +++ b/content/shared/influxdb3-cli/config-options.md @@ -1892,10 +1892,10 @@ Sets the default duration for hard deletion of data. ### Telemetry -- [telemetry-disable-upload](#telemetry-disable-upload) +- [disable-telemetry-upload](#disable-telemetry-upload) - [telemetry-endpoint](#telemetry-endpoint) -#### telemetry-disable-upload +#### disable-telemetry-upload Disables the upload of telemetry data to InfluxData. @@ -1903,7 +1903,7 @@ Disables the upload of telemetry data to InfluxData. | influxdb3 serve option | Environment variable | | :--------------------------- | :----------------------------------- | -| `--telemetry-disable-upload` | `INFLUXDB3_TELEMETRY_DISABLE_UPLOAD` | +| `--disable-telemetry-upload` | `INFLUXDB3_TELEMETRY_DISABLE_UPLOAD` | ***