Hi All,

I am trying to add influxDB as one of the data source but till now, I can’t figure out the format. When I selected influxdb, there is 2 fields to fill in. NAME and URL. How can i fill in URL for influxdb? I filled in as “http://localhost:8086” (as i did in Grafana Data source setup) but keep getting error.

Any help for giving format of URL will be greatly appreciated.

Thanks and Rgds,
Kaung

1 Like

Okay, now i have managed to connect with below format:

influxdb://username:password@localhost:8086/databasename

If I’m have a https influxdb. How can I connect to influx ?

2 Likes

@silveriodba,
Did you managed to solve this? I’m also running a https influxdb and cannot find a way to connect it to redash, every configuration fails with the error message:
Connection Test Failed: InfluxDB: no viable server!

Thanks,
Lior

Any update related to this?
Thanks

https+influxdb://USER:PASSWORD@path.to.influx.com:443/db

1 Like

Hey @drorwolmer,
Thank you for you comment it did worked!

Notice - for anyone who will need it, if you are using self-signed certificate and want to skip verification,
you can add ?ssl_verify=false at the end of the connection string.

Best regards!

1 Like