Skip to content

Commit 81599cf

Browse files
authored
Merge pull request #280542 from maud-lv/ml-grafanaconfig
Add viewers_can_edit and external_enabled
2 parents 477f452 + da4904a commit 81599cf

File tree

5 files changed

+52
-2
lines changed

5 files changed

+52
-2
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Learn about Grafana settings
3+
titleSuffix: "Azure Managed Grafana"
4+
description: Learn about Grafana settings in Azure Managed Grafana, including Viewers can Edit and External Enabled.
5+
author: maud-lv
6+
ms.author: malev
7+
ms.service: azure-managed-grafana
8+
ms.topic: concept-article
9+
ms.date: 08/09/2024
10+
#customer intent: In this document, learn about the custom Grafana options available in the Grafana settings tab, in Azure Managed Grafana.
11+
12+
---
13+
14+
# Grafana settings
15+
16+
This article introduces the Grafana settings available in Azure Managed Grafana. These settings are designed to enable Azure Managed Grafana customers to customize their Grafana instances by enabling or disabling the Grafana options listed below.
17+
18+
These settings are located in Azure Managed Grafana's **Settings** > **Configuration** menu, in the **Grafana Settings (Preview)** tab.
19+
20+
:::image type="content" source="media/grafana-settings/grafana-settings-tab.png" alt-text="Screenshot of the Azure platform showing the Grafana settings tab." lightbox="media/grafana-settings/grafana-settings-tab.png":::
21+
22+
They are also referenced in Grafana's documentation, under [Grafana configuration](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/).
23+
24+
## Viewers Can Edit
25+
26+
The **Viewers Can Edit** setting allows users with the Grafana Viewer role to edit dashboards. This feature is designed to enable Grafana Viewers to run tests and interact with dashboards without making permanent changes. While they can edit dashboards, they can't save these edits.
27+
28+
This option also gives Grafana Viewers access to the **Explore** menu in the Grafana UI, where they can perform interactive queries and analyze data within Grafana. However, it's important to note that any changes made by Viewers won't be saved permanently unless they have the appropriate Editor permissions.
29+
30+
To enable or disable this option, open an Azure Managed Grafana instance in the Azure portal and go to **Settings** > **Configuration** > **Grafana Settings (Preview)** > **Viewers can edit**. This option is disabled by default.
31+
32+
## External Enabled
33+
34+
The **External Enabled** setting controls the public sharing of snapshots. This option is enabled by default, allowing users to publish snapshots of their dashboards.
35+
36+
With this option enabled, users can publish a snapshot of a dashboard to an external URL by opening a dashboard, selecting **Share** > **Snapshot**, and then **Publish to snapshots.raintanks.io**.
37+
38+
You can disable the External Enabled option to restrict the public sharing of snapshots. To do this, open an Azure Managed Grafana instance in the Azure portal and go to **Settings** > **Configuration** > **Grafana Settings (Preview)** and toggle off the **External Enabled** setting.
39+
40+
## Related content
41+
42+
- [Grafana UI](grafana-app-ui.md)
43+
- [Manage plugins](how-to-manage-plugins.md)

articles/managed-grafana/how-to-share-dashboard.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: azure-managed-grafana
77
ms.topic: how-to
8-
ms.date: 03/01/2023
8+
ms.date: 08/09/2024
99
---
1010

1111
# Share a Grafana dashboard or panel
@@ -72,9 +72,12 @@ The **Snapshot** tab lets you share an interactive dashboard or panel publicly.
7272
> - Snapshots published on snapshots.raintank.io can be viewed by anyone who has the link.
7373
> - Users must have a Grafana Viewer permission to view snapshots shared locally.
7474
75+
> [!TIP]
76+
> To disable public sharing of snapshots, open your Azure Managed Grafana instance within the Azure portal, then go to **Settings** > **Configuration**, open the **Grafana Settings (Preview)** tab, and turn off the **External Enabled** option.
77+
7578
### Create a library panel
7679

77-
The **Library panel** tab lets you create a library panel that can be reused in other Grafana dashboards. Do this in a single step by selecting The **Create library panel** at the bottom of the tab. Optionally update the panel library name and select another folder to save it in.
80+
The **Library panel** tab lets you create a library panel that can be reused in other Grafana dashboards. Do this in a single step by selecting the **Create library panel** at the bottom of the tab. Optionally update the panel library name and select another folder to save it in.
7881

7982
Once you've created a library panel, reuse it in other dashboards of the same Grafana instance by going to **Dashboards > New dashboard > Add panel from panel library**.
8083

articles/managed-grafana/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ landingContent:
6868
url: tutorial-mpe-oss-prometheus.md
6969
- text: Call Grafana APIs programmatically
7070
url: how-to-api-calls.md
71+
- text: Grafana settings
72+
url: grafana-settings.md
7173

7274
- title: Set up Grafana monitoring
7375
linkLists:
101 KB
Loading

articles/managed-grafana/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ items:
2828
href: high-availability.md
2929
- name: Encryption
3030
href: encryption.md
31+
- name: Grafana settings
32+
href: grafana-settings.md
3133
- name: Azure RBAC
3234
href: concept-role-based-access-control.md
3335
- name: How-to guides

0 commit comments

Comments
 (0)