Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions site2/docs/io-influxdb-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -71,7 +71,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -103,5 +102,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
13 changes: 2 additions & 11 deletions site2/website-next/docs/io-influxdb-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -81,10 +79,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}

```


#### InfluxDBv1

Expand All @@ -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"
Expand All @@ -118,7 +112,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}

```

Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -82,10 +80,7 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}

```


#### InfluxDBv1

Expand All @@ -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"
Expand All @@ -119,7 +113,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}

```

Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -72,7 +72,6 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```

#### InfluxDBv1
Expand All @@ -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"
Expand All @@ -104,5 +103,4 @@ Before using the InfluxDB sink connector, you need to create a configuration fil
gzipEnable: false
batchTimeMs: 1000
batchSize: 100
}
```
Loading