Configuration
The configuration of the InfluxDB sink connector has the following properties.Property
InfluxDBv2
| Name | Type | Required | Sensitive | Default | Description |
|---|---|---|---|---|---|
influxdbUrl | String | true | false | ” ” (empty string) | The URL of the InfluxDB instance. |
token | String | true | true | ” ” (empty string) | The authentication token used to authenticate to InfluxDB. |
organization | String | true | false | ” ” (empty string) | The InfluxDB organization to write to. |
bucket | String | true | false | ” ” (empty string) | The InfluxDB bucket to write to. |
precision | String | false | false | ns | The timestamp precision for writing data to InfluxDB. Below are the available options: |
logLevel | String | false | false | NONE | The log level for InfluxDB request and response. Below are the available options: |
gzipEnable | boolean | false | false | false | Whether to enable gzip or not. |
batchTimeMs | long | false | false | 1000L | The InfluxDB operation time in milliseconds. |
batchSize | int | false | false | 200 | The batch size of writing to InfluxDB. |
InfluxDBv1
| Name | Type | Required | Sensitive | Default | Description |
|---|---|---|---|---|---|
influxdbUrl | String | true | false | ” ” (empty string) | The URL of the InfluxDB instance. |
username | String | false | true | ” ” (empty string) | The username used to authenticate to InfluxDB. |
password | String | false | true | ” ” (empty string) | The password used to authenticate to InfluxDB. |
database | String | true | false | ” ” (empty string) | The InfluxDB to which write messages. |
consistencyLevel | String | false | false | ONE | The consistency level for writing data to InfluxDB. Below are the available options: |
logLevel | String | false | false | NONE | The log level for InfluxDB request and response. Below are the available options: |
retentionPolicy | String | false | false | autogen | The retention policy for InfluxDB. |
gzipEnable | boolean | false | false | false | Whether to enable gzip or not. |
batchTimeMs | long | false | false | 1000L | The InfluxDB operation time in milliseconds. |
batchSize | int | false | false | 200 | The batch size of writing to InfluxDB. |
Example
Before using the InfluxDB sink connector, you need to create a configuration file through one of the following methods.InfluxDBv2
-
JSON
-
YAML
InfluxDBv1
-
JSON
-
YAML

































