Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
InfluxDB Sink Configuration Options¶
The InfluxDB Sink Connector can be configured using a variety of configuration properties.
Connection¶
influxdb.url
The url of the InfluxDB instance to write to.
- Type: String
- Importance: High
influxdb.password
The password to connect to InfluxDB with.
- Type: Password
- Importance: High
- Default Value: [hidden]
influxdb.username
The username to connect to InfluxDB with.
- Type: String
- Importance: High
influxdb.gzip.enable
Flag to determine if gzip should be enabled.
- Type: Boolean
- Importance: Low
- Default Value: true
influxdb.log.level
influxdb.log.level
- Type: String
- Importance: Low
- Default Value: NONE
- Valid Values:
NONE
,BASIC
,HEADERS
,FULL
Write¶
influxdb.timeunit
The default timeunit for writing data to InfluxDB.
- Type: String
- Importance: Medium
- Default Value: MILLISECONDS
- Valid Values:
NANOSECONDS
,MICROSECONDS
,MILLISECONDS
,SECONDS
,MINUTES
,HOURS
,DAYS
influxdb.consistency.level
The default consistency level for writing data to InfluxDB.
- Type: String
- Importance: Low
- Default Value: ONE
- Valid Values:
ALL
,ANY
,ONE
,QUORUM