From 84e08717f68a44ba81b7ce04af7a189ce866bbf8 Mon Sep 17 00:00:00 2001 From: Shoothzj Date: Fri, 22 Oct 2021 15:39:48 +0800 Subject: [PATCH] fix influxdb yaml doc --- site2/docs/io-influxdb-sink.md | 6 ++---- site2/website-next/docs/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.7.3/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.5.1/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.5.2/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.6.0/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.6.1/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.6.2/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.6.3/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.6.4/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.7.0/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.7.1/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.7.2/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.7.3/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.8.0/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.8.1/io-influxdb-sink.md | 6 ++---- .../versioned_docs/version-2.8.2/io-influxdb-sink.md | 6 ++---- 17 files changed, 34 insertions(+), 68 deletions(-) diff --git a/site2/docs/io-influxdb-sink.md b/site2/docs/io-influxdb-sink.md index fe12de76451c8..9cc69fd56278d 100644 --- a/site2/docs/io-influxdb-sink.md +++ b/site2/docs/io-influxdb-sink.md @@ -61,7 +61,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -71,7 +71,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -94,7 +93,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -103,5 +102,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website-next/docs/io-influxdb-sink.md b/site2/website-next/docs/io-influxdb-sink.md index 74fb5aa4e21cb..b475419d6b114 100644 --- a/site2/website-next/docs/io-influxdb-sink.md +++ b/site2/website-next/docs/io-influxdb-sink.md @@ -65,7 +65,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -75,7 +75,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -98,7 +97,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -107,5 +106,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website-next/versioned_docs/version-2.7.3/io-influxdb-sink.md b/site2/website-next/versioned_docs/version-2.7.3/io-influxdb-sink.md index 2f2f8811076c4..2f1be6eabb73d 100644 --- a/site2/website-next/versioned_docs/version-2.7.3/io-influxdb-sink.md +++ b/site2/website-next/versioned_docs/version-2.7.3/io-influxdb-sink.md @@ -66,7 +66,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -76,7 +76,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -99,7 +98,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -108,5 +107,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.5.1/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.5.1/io-influxdb-sink.md index a152ef96df866..4882bb2020957 100644 --- a/site2/website/versioned_docs/version-2.5.1/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.5.1/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.5.2/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.5.2/io-influxdb-sink.md index 3da87cb63559d..1ba027a2b3694 100644 --- a/site2/website/versioned_docs/version-2.5.2/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.5.2/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.6.0/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.6.0/io-influxdb-sink.md index 0056e5acb2993..9bba995efbdd5 100644 --- a/site2/website/versioned_docs/version-2.6.0/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.6.0/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.6.1/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.6.1/io-influxdb-sink.md index 721176893f799..bc1383518f43a 100644 --- a/site2/website/versioned_docs/version-2.6.1/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.6.1/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.6.2/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.6.2/io-influxdb-sink.md index 8b0cbf8d1e6d3..4cbb30b6de444 100644 --- a/site2/website/versioned_docs/version-2.6.2/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.6.2/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.6.3/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.6.3/io-influxdb-sink.md index 6b7895f1b8576..b87d0e8355668 100644 --- a/site2/website/versioned_docs/version-2.6.3/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.6.3/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.6.4/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.6.4/io-influxdb-sink.md index 49278918c5555..a345a5a8c9893 100644 --- a/site2/website/versioned_docs/version-2.6.4/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.6.4/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.7.0/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.7.0/io-influxdb-sink.md index a23ee219f1115..d075cac341db2 100644 --- a/site2/website/versioned_docs/version-2.7.0/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.7.0/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.7.1/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.7.1/io-influxdb-sink.md index 0dfd0358db8d0..d94a8b61c194e 100644 --- a/site2/website/versioned_docs/version-2.7.1/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.7.1/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.7.2/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.7.2/io-influxdb-sink.md index 652aa3ad27401..dde82a4acdfc4 100644 --- a/site2/website/versioned_docs/version-2.7.2/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.7.2/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.7.3/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.7.3/io-influxdb-sink.md index 96d9c7c2f19eb..b73700ebdf920 100644 --- a/site2/website/versioned_docs/version-2.7.3/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.7.3/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.8.0/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.8.0/io-influxdb-sink.md index ed9abf410dace..d1e151b4f1f79 100644 --- a/site2/website/versioned_docs/version-2.8.0/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.8.0/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.8.1/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.8.1/io-influxdb-sink.md index 8a0ed899afb77..3270382e67d04 100644 --- a/site2/website/versioned_docs/version-2.8.1/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.8.1/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` diff --git a/site2/website/versioned_docs/version-2.8.2/io-influxdb-sink.md b/site2/website/versioned_docs/version-2.8.2/io-influxdb-sink.md index 30a1fe3b3f705..4141574c9b486 100644 --- a/site2/website/versioned_docs/version-2.8.2/io-influxdb-sink.md +++ b/site2/website/versioned_docs/version-2.8.2/io-influxdb-sink.md @@ -62,7 +62,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:9999" organization: "example-org" bucket: "example-bucket" @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ``` #### InfluxDBv1 @@ -95,7 +94,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil * YAML ```yaml - { + configs: influxdbUrl: "http://localhost:8086" database: "test_db" consistencyLevel: "ONE" @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } ```