grafana-redis-datasource icon indicating copy to clipboard operation
grafana-redis-datasource copied to clipboard

Connect to an azure cache redis datasource

Open Gbl13 opened this issue 3 years ago • 3 comments

Hello, I hope you're well!

Im trying to connect my Redis to an Azure cache redis datasource.

I put my domain and in the "password" i put my azure secret key, but, when i click on save the following error appears:

image

Could you help me with that?

Gbl13 avatar Jun 10 '22 15:06 Gbl13

@Gbl13 I believe you should use TLS/SSL configuration to connect to Azure: https://redisgrafana.github.io/redis-datasource/configuration/#ssltls

mikhail-vl avatar Jun 10 '22 15:06 mikhail-vl

I don't have the SSL certificates configured in Azure cache redis, in this case we need to use the secret key in the fields?

I've tried the "Client certification" with "Skip verify" , but the error still the same.

Gbl13 avatar Jun 10 '22 20:06 Gbl13

@Gbl13 Actually, you have i/o timeout error, which most probably means that you are unable to reach the Redis port. Please check the firewall and network connection between Grafana and Redis on Azure.

mikhail-vl avatar Jun 10 '22 20:06 mikhail-vl