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 ccf892fd65054..f6912ed0478ef 100644 --- a/site2/website-next/docs/io-influxdb-sink.md +++ b/site2/website-next/docs/io-influxdb-sink.md @@ -68,10 +68,8 @@ 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" @@ -81,10 +79,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } - ``` - #### InfluxDBv1 @@ -108,8 +103,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" @@ -118,7 +112,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 0a0593ee3eaba..d2dbeedd47895 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 @@ -69,10 +69,8 @@ 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" @@ -82,10 +80,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil gzipEnable: false batchTimeMs: 1000 batchSize: 100 - } - ``` - #### InfluxDBv1 @@ -109,8 +104,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" @@ -119,7 +113,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 - } ```