From c552e1fbf6caa11c74c791f8a08fd585be91ec7d Mon Sep 17 00:00:00 2001 From: Patrick Seidensal Date: Thu, 2 Jan 2020 13:17:40 +0100 Subject: [PATCH] mgr/dashboard: extend doc by Grafana setting Signed-off-by: Patrick Seidensal --- doc/mgr/dashboard.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index ae810bd6415a6..3252dff779565 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -411,6 +411,16 @@ More details can be found in the documentation of the :ref:`mgr-prometheus`. org_name = Main Org. org_role = Viewer + In newer versions of Grafana (starting with 6.2.0-beta1) a new setting named + ``allow_embedding`` has been introduced. This setting needs to be explicitly + set to ``true`` for the Grafana integration in Ceph Dashboard to work, as its + default is ``false``. + + :: + + [security] + allow_embedding = true + After you have set up Grafana and Prometheus, you will need to configure the connection information that the Ceph Dashboard will use to access Grafana. -- 2.39.5