influxdata / influxdb-gds-connector

Google Data Studio Connector for InfluxDB.
MIT License
11 stars 4 forks source link

InfluxDB Connector Issue #29

Closed pedrocarreiro closed 2 months ago

pedrocarreiro commented 2 months ago

I am not able to connect my Docker container with Looker Studio. I enter my data, with the URL being "http://192.168.1.11:8086", and it says that it is not possible to make the connection. this is the error that is presented to me when i try to connect. image

bednar commented 2 months ago

Hi @pedrocarreiro,

Thank you for reaching out. Based on your description, it seems that the issue with the connector's inability to connect may stem from its current setup attempting to access an InfluxDB instance hosted locally. Since the connector operates from Google Servers, it cannot access databases that are hosted on private or local networks due to network restrictions.

To resolve this issue, you will need to host your InfluxDB on a server with a public IP address, ensuring that it is accessible from the internet. This setup allows the connector operating from Google Servers to establish a successful connection.

Please ensure that your InfluxDB server is properly secured and configured to accept connections from the Google Server IP ranges if you decide to expose it to the internet. Additionally, consider implementing appropriate security measures such as firewalls, encrypted connections, and strong authentication to protect your data.

Best Regards