Hi, I am trying to integrate grafana with AWS postgressql RDS database so that I can retrieve the DB data from grafana. But I am getting the below error. I tried whitelisting grafana ips in the inbound rules of the RDS security group.
The log messages:
logger=tsdb.postgres msg="Successfully connected to Postgres" logger=tsdb.postgres msg="Successfully connected to Postgres"
logger=tsdb.postgres msg="Check health failed" error="dial tcp x.x.x.x:5432: connect: no route to host"
logger=tsdb.postgres msg="Query error" err="dial tcp x.x.x.x:5432: connect: no route to host"
logger=tsdb.postgres msg="Disposing DB..."
logger=tsdb.postgres msg="DB disposed"
