From a77f6ff2befa9289410307285325e1e9537f6bbb Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:57:41 +0200 Subject: [PATCH] [v11.0.x] Docs: adds alerting redis link to grafana config docs (#91137) Docs: adds alerting redis link to grafana config docs (#91112) * Docs: adds alerting redis link to grafana config docs * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Jack Baldry --------- Co-authored-by: Jack Baldry (cherry picked from commit 218cf45ec0dd8d9521e564e5e11f8b00af682da7) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --- docs/sources/setup-grafana/configure-grafana/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 4df3db412b8..9e13fa38fc2 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -1530,7 +1530,7 @@ Sets a global limit on number of correlations that can be created. Default is -1 ## [unified_alerting] -For more information about the Grafana alerts, refer to [About Grafana Alerting]({{< relref "../../alerting" >}}). +For more information about the Grafana alerts, refer to [Grafana Alerting]({{< relref "../../alerting" >}}). ### enabled @@ -1558,6 +1558,10 @@ The interval string is a possibly signed sequence of decimal numbers, followed b The Redis server address that should be connected to. +{{< admonition type="note" >}} +For more information on Redis, refer to [Enable alerting high availability using Redis](https://grafana.com/docs/grafana//alerting/set-up/configure-high-availability/#enable-alerting-high-availability-using-redis). +{{< /admonition >}} + ### ha_redis_username The username that should be used to authenticate with the Redis server.