RedisGrafana / grafana-redis-datasource

Redis Data Source for @Grafana allows connecting to any @Redis database On-Premises and in the Cloud.
https://redisgrafana.github.io
Apache License 2.0
148 stars 39 forks source link

Connect to an azure cache redis datasource #266

Open Gbl13 opened 2 years ago

Gbl13 commented 2 years ago

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?

mikhail-vl commented 2 years ago

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

Gbl13 commented 2 years ago

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.

mikhail-vl commented 2 years ago

@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.