From 2d407834d61b3369cbb831b528672b3699f5156e Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 29 Apr 2024 17:13:36 -0600 Subject: [PATCH] hotfix: add missing influxctl write config options --- .../influxdb/cloud-dedicated/reference/cli/influxctl/write.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/influxdb/cloud-dedicated/reference/cli/influxctl/write.md b/content/influxdb/cloud-dedicated/reference/cli/influxctl/write.md index df266a247..d7085e720 100644 --- a/content/influxdb/cloud-dedicated/reference/cli/influxctl/write.md +++ b/content/influxdb/cloud-dedicated/reference/cli/influxctl/write.md @@ -60,6 +60,7 @@ influxctl write [flags] | | `--batch-size` | Number of metrics to write per batch (default is `10000`) | | | `--database` | Database to write to | | | `--precision` | Precision of data timestamps (`ns` _(default)_, `us`, `ms`, or `s`) | +| | `--timeout` | Client timeout in seconds (default is `10`) | | | `--token` | Database token with write permissions on the target database | | `-h` | `--help` | Output command help |