From ff1837a7681f2c8b80b901daa4109283e7685ead Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Fri, 6 Aug 2021 20:51:46 +0300 Subject: [PATCH] live: add ha with redis to what's new (#37652) --- docs/sources/live/live-ha-setup.md | 2 ++ docs/sources/whatsnew/whats-new-in-v8-1.md | 4 ++++ 2 files changed, 6 insertions(+) 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.