Skip to content

Commit

Permalink
fix influxdb yaml doc (apache#12460)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoothzj authored and eolivelli committed Nov 29, 2021
1 parent 04778c8 commit 3b33a1e
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 82 deletions.
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
}
```

0 comments on commit 3b33a1e

Please sign in to comment.