From ca19c0158bc3fa6571809a3c951c2d8210ccca05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Z=C3=A1vora?= Date: Mon, 5 Oct 2020 19:46:27 +0200 Subject: [PATCH] feat(cmd/influx/write): limit write rate Follow code changes in https://github.com/influxdata/influxdb/pull/19660 --- content/influxdb/v2.0/reference/cli/influx/write/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/influxdb/v2.0/reference/cli/influx/write/_index.md b/content/influxdb/v2.0/reference/cli/influx/write/_index.md index 278d744b0c..9fa27fa819 100644 --- a/content/influxdb/v2.0/reference/cli/influx/write/_index.md +++ b/content/influxdb/v2.0/reference/cli/influx/write/_index.md @@ -47,6 +47,7 @@ influx write [command] | `-o` | `--org` | Organization name | string | `INFLUX_ORG` | | | `--org-id` | Organization ID | string | `INFLUX_ORG_ID` | | `-p` | `--precision` | Precision of the timestamps (default `ns`) | string | `INFLUX_PRECISION` | +| | `--rate-limit` | Throttle write rate (examples: `5 MB / 5 min` or `1MB/s`). | string | | | | `--skipHeader` | Skip first *n* rows of input data | integer | | | | `--skipRowOnError` | Output CSV errors to stderr, but continue processing | | | | | `--skip-verify` | Skip TLS certificate verification | | |