diff --git a/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md b/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md index 3d8acf57c09..7f73d5948e2 100644 --- a/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md +++ b/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md @@ -464,7 +464,7 @@ The default is `25`. ### url -The full Redis URL of your Redis server. For example: `redis://username:password@localhost:6739/0`. To enable TLS, use the `redis` scheme. +The full Redis URL of your Redis server. For example: `redis://username:password@localhost:6379`. To enable TLS, use the `rediss` scheme. The default is `"redis://localhost:6379"`. @@ -475,7 +475,9 @@ If you use the full Redis URLs, then you can specify the scheme, username, and p > **Note:** If you have specify `cluster`, the value for `url` is ignored. -> **Note:** You can enable TLS for cluster mode using the `redis` scheme in Grafana Enterprise v8.5 and later versions. +{{% admonition type="note" %}} +You can enable TLS for cluster mode using the `rediss` scheme in Grafana Enterprise v8.5 and later versions. +{{% /admonition %}} ### prefix