[release-12.0.2] docs(alerting): add notes for Redis HA setup (#106212)

docs(alerting): add notes for Redis HA setup (#106144)

* docs(alerting): add note for Redis HA setup

* run prettier

(cherry picked from commit b2d317cc23)

Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com>
pull/106258/head
grafana-delivery-bot[bot] 2 months ago committed by GitHub
parent 368c58b5bc
commit 8394986940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      docs/sources/alerting/set-up/configure-high-availability/_index.md

@ -67,8 +67,13 @@ For a demo, see this [example using Docker Compose](https://github.com/grafana/a
## Enable alerting high availability using Redis
As an alternative to Memberlist, you can use Redis for high availability. This is useful if you want to have a central
database for HA and cannot support the meshing of all Grafana servers.
As an alternative to Memberlist, you can configure Redis to enable high availability. Only **Redis Server** and **Redis Cluster** modes are supported.
{{% admonition type="note" %}}
Memberlist is the preferred option for high availability. Use Redis only in environments where direct communication between Grafana servers is not possible, such as when TCP or UDP ports are blocked.
{{% /admonition %}}
1. Make sure you have a Redis server that supports pub/sub. If you use a proxy in front of your Redis cluster, make sure the proxy supports pub/sub.
1. In your custom configuration file ($WORKING_DIR/conf/custom.ini), go to the `[unified_alerting]` section.

Loading…
Cancel
Save