Is it possible to get data from a localhost influx database and move it into a grafana.net browser.
If so how?
I was able to do the inverse of this but now I want to try the other way around.
welcome to the forum, @keithsprings51
This might be a solution:
To further clarify I was asking this question because for some reason my influxdb database kept failing at connecting to the Grafana server. I was hosting these servers on docker and realized you cannot use the localhost:port#. After using docker inspect <influxdb_container_name> in terminal and taking the IP address from there I was able to connect to the local influxdb server in docker.
This thread can be closed now thank you for responding.
1 Like