Influxdb sink Connector Failed

Hello all,

I have an issue with the configuration InfluxDB Connector
The error is « Failed to connect http://localhost:8086 Connection refused
can someone help me with this
This is my configuration
{
“name”: “InfluxDBSinkConnectorConnector_0”,
“config”: {
“name”: “InfluxDBSinkConnectorConnector_0”,
“connector.class”: “io.confluent.influxdb.InfluxDBSinkConnector”,
“key.converter”: “org.apache.kafka.connect.storage.StringConverter”,
“topics”: “telegraf”,
“influxdb.url”: “http://localhost:8086”,
“influxdb.username”: “rijaluc”,
“influxdb.password”: “**********”
}
}

Hi @rijaluc , maybe this reources will be helpful, you can start from this example from kafka-docker-playground.io and customize to your need:
connect-influxdb-sink

Let us know how it goes!

Hello @gianlucanatali thanks for your support

After checking it works fine, but it’s only works in Influxdb Version 1.x and Influxdb V1. x does not support UI (user interface). So, Are there a solution to use it on Influxdb version 2.x?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.