diff --git a/docs/sources/live/live-ha-setup.md b/docs/sources/live/live-ha-setup.md index 6232bed313c..9940f20fab7 100644 --- a/docs/sources/live/live-ha-setup.md +++ b/docs/sources/live/live-ha-setup.md @@ -29,6 +29,8 @@ ha_engine = redis ha_engine_address = 127.0.0.1:6379 ``` +For additional information, refer to the [ha_engine]({{< relref "../administration/configuration.md#ha_engine" >}}) and [ha_engine_address]({{< relref "../administration/configuration.md#ha_engine_address" >}}) options. + After running: - All built-in real-time notifications like dashboard changes are delivered to all Grafana server instances and broadcasted to all subscribers. diff --git a/docs/sources/whatsnew/whats-new-in-v8-1.md b/docs/sources/whatsnew/whats-new-in-v8-1.md index a57073fcab7..d4d41e5bbb4 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-1.md +++ b/docs/sources/whatsnew/whats-new-in-v8-1.md @@ -127,6 +127,10 @@ Tests are most likely to be affected. There are some tips for fixing these in th We’d love as much feedback as possible about this change, because we are considering making this the default behavior in a future release of Grafana. +### High availability setup support for Grafana Live + +We have added an experimental HA setup support for Grafana Live with Redis. This resolves the limitation when clients were connected to different Grafana instances and those instances had no shared state. For additional information, refer to [Configure Grafana Live HA setup]({{< relref "../live/live-ha-setup.md" >}}). + ## Enterprise features These features are included in the Grafana Enterprise edition.