Skip to content

Commit 9de7ed8

Browse files
authored
Merge pull request #296654 from maud-lv/patch-68
Add Editors can admin and snapshots enabled
2 parents c974c66 + 7c10210 commit 9de7ed8

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

articles/managed-grafana/grafana-settings.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: maud-lv
66
ms.author: malev
77
ms.service: azure-managed-grafana
88
ms.topic: how-to
9-
ms.date: 11/06/2024
9+
ms.date: 03/20/2025
1010
#customer intent: In this document, learn how to configure the custom Grafana options available in the Grafana settings tab, in Azure Managed Grafana.
1111

1212
---
@@ -20,40 +20,49 @@ This article provides step-by-step instructions on how to configure Grafana sett
2020
- An Azure account with an active subscription.
2121
- An Azure Managed Grafana instance.
2222

23-
## Access Grafana Settings
23+
## Update Grafana settings
2424

2525
1. Open the Azure portal and navigate to your Azure Managed Grafana instance.
2626
1. In the left menu, select **Settings** > **Configuration**.
2727
1. Open the **Grafana Settings** tab.
28+
1. Enable or disable settings.
2829

2930
:::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":::
3031

31-
## Viewers Can Edit
32+
## Available Grafana settings
3233

33-
The **Viewers Can Edit** setting allows users with the Grafana Viewer role to edit dashboards without saving changes permanently. This feature is designed to enable Grafana Viewers to run tests and interact with dashboards without making permanent changes.
34+
### External Enabled
35+
36+
Description: The **External Enabled** setting controls the public sharing of snapshots. With this setting enabled, users can publish snapshots of dashboards to an external URL by opening a dashboard, selecting **Share** > **Snapshot** > **Publish to snapshots.raintanks.io**.
37+
38+
Default: enabled. Toggle off to restrict public sharing of snapshots.
39+
40+
### Viewers Can Edit
41+
42+
Description: The **Viewers Can Edit** setting enables users with the Grafana Viewer role to edit dashboards without saving changes permanently. This feature is designed to enable Grafana Viewers to run tests and interact with dashboards without making permanent changes. With this setting enabled, Grafana Viewers can:
3443

35-
With this setting enabled, Grafana Viewers can:
3644
- Edit dashboards temporarily, without saving.
3745
- Access the **Explore** menu to perform interactive queries and analyze data.
3846

39-
1. In the **Grafana Settings** tab, locate the **Viewers Can Edit** option.
40-
1. This option is disabled by default. Toggle the switch to enable this setting.
47+
Default: disabled. Toggle on to enable this setting.
48+
49+
### Editors Can Admin (Preview)
50+
51+
Description: The **Editors Can Admin (Preview)** setting enables users with the Grafana Editor role to administrate dashboards, folders and teams they create.
4152

42-
## External Enabled
53+
Default: disabled. Toggle on the switch to enable this setting.
4354

44-
The **External Enabled** setting controls the public sharing of snapshots.
55+
### CSRF Always Check
4556

46-
With this setting enabled, users can publish snapshots of dashboards to an external URL by opening a dashboard, selecting **Share** > **Snapshot** > **Publish to snapshots.raintanks.io**.
57+
Description: The **CSRF Always Check** setting enhances security by rejecting requests that have an origin header that does not match the origin of the Grafana instance. This setting helps to prevent Cross-Site Request Forgery (CSRF) attacks.
4758

48-
1. In the **Grafana Settings** tab, locate the **External Enabled** option.
49-
1. This option is enabled by default, allowing users to publicly share snapshots of their dashboards. To restrict the public sharing of snapshots, toggle off the switch to disable this setting.
59+
Default: disabled. Toggle the switch to enable or disable this setting based on your security requirements.
5060

51-
## CSRF Always Check
61+
### Capture Enabled (Preview)
5262

53-
The **CSRF Always Check** setting enhances security by rejecting requests that have an origin header that does not match the origin of the Grafana instance. This setting helps to prevent Cross-Site Request Forgery (CSRF) attacks. This option is disabled by default.
63+
Description: The **Capture Enabled (Preview)** setting enables Grafana to take screenshots of dashboards or panels and include them in alert notifications. This option requires a remote HTTP image rendering service. Refer to [rendering](https://github.com/grafana/grafana-image-renderer) for further configuration options.
5464

55-
1. In the **Grafana Settings** tab, locate the **CSRF Always Check** option.
56-
1. Toggle the switch to enable or disable this setting based on your security requirements.
65+
Default: disabled. Toggle on the switch to enable this setting.
5766

5867
## Related content
5968

0 commit comments

Comments
 (0)