Grafana won't connect to InfluxDB -
the database, username, , password combination work. next configuration grafana doesn't tho.
datasources: { influxdb: { type: 'influxdb', url: "http://xxx.xxx.xxx.xx:8086/db/dbname", username: 'username', password: 'password', default: true }, }, i've tried removing default parameter, changing influxdb influx, , append /series url, no avail. has gotten work?
i'm using below configuration , works. seek insert grafana database db , add together grafana db configuration.
...
datasources: {
influxdb: { type: 'influxdb', url: "http://localhost:8086/db/test", username: 'root', password: 'xxxx' }, grafana: { type: 'influxdb', url: "http://localhost:8086/db/grafana", username: 'root', password: 'xxxx', grafanadb: true } }, ...
influxdb grafana
No comments:
Post a Comment