You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/managed-grafana/grafana-settings.md
+25-16Lines changed: 25 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: maud-lv
6
6
ms.author: malev
7
7
ms.service: azure-managed-grafana
8
8
ms.topic: how-to
9
-
ms.date: 11/06/2024
9
+
ms.date: 03/20/2025
10
10
#customer intent: In this document, learn how to configure the custom Grafana options available in the Grafana settings tab, in Azure Managed Grafana.
11
11
12
12
---
@@ -20,40 +20,49 @@ This article provides step-by-step instructions on how to configure Grafana sett
20
20
- An Azure account with an active subscription.
21
21
- An Azure Managed Grafana instance.
22
22
23
-
## Access Grafana Settings
23
+
## Update Grafana settings
24
24
25
25
1. Open the Azure portal and navigate to your Azure Managed Grafana instance.
26
26
1. In the left menu, select **Settings** > **Configuration**.
27
27
1. Open the **Grafana Settings** tab.
28
+
1. Enable or disable settings.
28
29
29
30
:::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":::
30
31
31
-
## Viewers Can Edit
32
+
## Available Grafana settings
32
33
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:
34
43
35
-
With this setting enabled, Grafana Viewers can:
36
44
- Edit dashboards temporarily, without saving.
37
45
- Access the **Explore** menu to perform interactive queries and analyze data.
38
46
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.
41
52
42
-
## External Enabled
53
+
Default: disabled. Toggle on the switch to enable this setting.
43
54
44
-
The **External Enabled** setting controls the public sharing of snapshots.
55
+
### CSRF Always Check
45
56
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.
47
58
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.
50
60
51
-
##CSRF Always Check
61
+
### Capture Enabled (Preview)
52
62
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.
54
64
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.
0 commit comments