Skip to content

Commit df97ccc

Browse files
authored
Add Editors can admin and Snapshots enabled
1 parent 35f5adc commit df97ccc

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

articles/managed-grafana/grafana-settings.md

Lines changed: 24 additions & 15 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

32+
## Available Grafana settings
33+
34+
### External Enabled
35+
36+
Decription: 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+
3140
## Viewers Can Edit
3241

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.
42+
Decription: 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.
4148

42-
## External Enabled
49+
## Editors Can Admin (Preview)
4350

44-
The **External Enabled** setting controls the public sharing of snapshots.
51+
Decription: The **Editors Can Admin (Preview)** setting enables users with the Grafana Editor role to administrate dashboards, folders and teams they create.
4552

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**.
47-
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.
53+
Default: disabled. Toggle on the switch to enable this setting.
5054

5155
## CSRF Always Check
5256

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.
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.
58+
59+
Default: disabled. Toggle the switch to enable or disable this setting based on your security requirements.
60+
61+
## Capture Enabled (Preview)
62+
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)