Hello there, I’m trying Grafana Cloud and I want to configure a MySQL source.
As my DB is hosted in GCP, as a security policy I need to explicitly authorise networks to access it. My question is, is there a way to know what IP ranges will Grafana Cloud use in order to add them and allowing it to query it? (Just in case it’s a MySQL v5.7)
Hello Marcus, that really did the trick! Thank you for replying. Is there any documentation page that references this? Maybe I missed it but I tried to do some research everywhere before asking.
Thanks for the list of IP addresses but bad luck for me.
Google SQL Cloud platform requires CIDR notation
No idea how to put this list of seemingly random IP addresses in CIDR notation!
Any suggestions?
What I had to do is using /16 ips with the ranges so I didn’t have to add one by one. Pretty annoying but it worked. So if the IP is: 192.168.10.10 I put 192.168.0.0/16.
Hey all, I’m also trying to connect to a CloudSQL instance, and had a month or so of success whitelisting the IPs (which is not ideal, but seemingly the only way to connect to GCloud).
All of a sudden, connections are timing out again and I’m thinking there are new IP addresses / removed IPs.
Is there any place to get notified of new IPs getting added for the Hosted Grafana product?
Hey @tasp, check out my comment above to configure it with less strict constraints for the source IPs. It’s not the best solution security-wise (you could be potentially whitelisting IPs not belonging to grafana), but at least will give you some flexibility with these cases. Since I configured it more than 6 months ago I never had a problem.
Hope that helps!
There were some new nodes added to the clusters that were not properly reflected in the src-ips, that has been taken care of and the list is accurate once again.
Sorry about that, I recently scaled up the cluster and forgot to update the src-ips record. I just updated it, so please let me know if you continue to have any problems.