From e57a2bd1566dc872479b0508f7006dfc65196fc2 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Thu, 23 May 2024 12:57:16 -0400 Subject: [PATCH] [v10.4.x] Docs: public dashboards fixes (#88229) * Docs: public dashboards fixes (#87870) * Made minor style fixes * Converted docs ref links to ref URIs and updated note style to admonitions * Fixed link text and version syntax (cherry picked from commit 80e2af5d256360e94677d842c3e5155095a13750) * Removed leftover merge conflict copy * Removed second set of ref URIs * Fixed ref text --- .../dashboards/dashboard-public/index.md | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/sources/dashboards/dashboard-public/index.md b/docs/sources/dashboards/dashboard-public/index.md index 7d4d42cfa99..58e0ecbcc26 100644 --- a/docs/sources/dashboards/dashboard-public/index.md +++ b/docs/sources/dashboards/dashboard-public/index.md @@ -40,8 +40,10 @@ refs: # Public dashboards -> **Warning:** Making your dashboard public could result in a large number of queries to the data sources used by your dashboard. -> This can be mitigated by utilizing the enterprise [caching](ref:caching) and/or rate limiting features. +{{< admonition type="warning" >}} +Making your dashboard public could result in a large number of queries to the data sources used by your dashboard. +This can be mitigated by utilizing the enterprise [caching](ref:caching) and/or rate limiting features. +{{< /admonition >}} Public dashboards allow you to share your Grafana dashboard with anyone. This is useful when you want to make your dashboard available to the world without requiring access to your Grafana organization. This differs from [dashboard sharing](ref:dashboard-sharing), which either requires recipients to be users in the same Grafana organization or provides limited information, as with a snapshot. @@ -83,14 +85,12 @@ The link no longer works. You must create a new public URL, as in [Make a dashbo ## Email sharing {{% admonition type="note" %}} - -Available in [private preview](/docs/release-life-cycle/) in [Grafana Cloud](/docs/grafana-cloud). This feature will have a cost by active users after being promoted into general availability. +Available in [private preview](https://grafana.com/docs/release-life-cycle/) in [Grafana Cloud](https://grafana.com/docs/grafana-cloud/). This feature will have a cost by active users after being promoted into general availability. Please contact support to have the feature enabled. - {{% /admonition %}} -Email sharing allows you to share your public dashboard with only specific people by email, instead of having it accessible to anyone with the URL. When you use email sharing, recipients receive a one-time use link that's valid for **one hour**. Once the link is used, the viewer has access to the public dashboard for **30 days**. +Email sharing allows you to share your public dashboard with only specific people by email, instead of having it accessible to anyone with the URL. When you use email sharing, recipients receive a one-time use link that's valid for _one hour_. Once the link is used, the viewer has access to the public dashboard for _30 days_. ### Invite a viewer @@ -139,13 +139,15 @@ From here, you can see the earliest time a user has been active in a dashboard, One-time use links use browser cookies, so when a viewer is granted access through one of these links, they will only have access on the browser they used to claim the link. -A single viewer cannot generate multiple valid one-time use links. When a new one-time use link is issued for a viewer, all previous ones are invalidated. +Multiple valid one-time use links can't be generated for a single viewer. When a new one-time use link is issued for a viewer, all previous ones are invalidated. If a Grafana user has read access to the parent dashboard, they can view the public dashboard without needing to have access granted. ## Assess public dashboard usage -> **Note:** Available in [Grafana Enterprise](ref:grafana-enterprise) and [Grafana Cloud](/docs/grafana-cloud). +{{< admonition type="note" >}} +Available in [Grafana Enterprise](https://grafana.com/docs/grafana//introduction/grafana-enterprise/) and [Grafana Cloud](https://grafana.com/docs/grafana-cloud/). +{{< /admonition >}} You can check usage analytics about your public dashboard by clicking the insights icon in the dashboard header: @@ -273,4 +275,4 @@ guaranteed because plugin developers can override this functionality. The follow ## Custom branding -If you're a Grafana Enterprise customer, you can use custom branding to change the appearance of a public dashboard footer. For more information, refer to [Custom branding](ref:custom-branding). +If you're a Grafana Enterprise customer, you can use custom branding to change the appearance of a public dashboard footer. For more information, refer to [Configure custom branding](ref:custom-branding).