From: Patrick Seidensal Date: Thu, 2 Jan 2020 12:17:40 +0000 (+0100) Subject: mgr/dashboard: extend doc by Grafana setting X-Git-Tag: v15.1.0~25^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c552e1fbf6caa11c74c791f8a08fd585be91ec7d;p=ceph.git mgr/dashboard: extend doc by Grafana setting Signed-off-by: Patrick Seidensal --- diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index ae810bd6415..3252dff7795 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.