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/how-to-monitor-managed-grafana-workspace.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
---
2
-
title: 'How to monitor your Azure Managed Grafana instance with logs'
3
-
description: Learn how to monitor your Azure Managed Grafana instance with logs.
2
+
title: Monitor an Azure Managed Grafana instance with logs
3
+
description: Learn how to monitor your instance of Azure Managed Grafana by configuring diagnostic settings and accessing event logs.
4
4
author: maud-lv
5
5
ms.author: malev
6
6
ms.service: azure-managed-grafana
7
7
ms.topic: how-to
8
8
ms.custom: engagement-fy23
9
-
ms.date: 2/28/2023
9
+
ms.date: 10/23/2024
10
+
#customer intent: I want to set up logs in Azure Managed Grafana instance so that I can monitor my Azure Managed Grafana workspace.
10
11
---
11
12
12
13
# How to monitor your Azure Managed Grafana instance with logs
13
14
14
-
In this article, you'll learn how to monitor an Azure Managed Grafana instance by configuring diagnostic settings and accessing event logs.
15
+
In this article, you learn how to monitor an Azure Managed Grafana instance by configuring diagnostic settings and accessing event logs.
15
16
16
17
## Prerequisites
17
18
@@ -24,7 +25,7 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
24
25
25
26
## Add diagnostic settings
26
27
27
-
To monitor an Azure Managed Grafana instance, the first step to take is to configure diagnostic settings. In this process, you'll configure the streaming export of your instance's logs to a destination of your choice.
28
+
To monitor an Azure Managed Grafana instance, the first step to take is to configure diagnostic settings. In this process, you configure the streaming export of your instance's logs to a destination of your choice.
28
29
29
30
You can create up to five different diagnostic settings to send different logs to independent destinations.
30
31
@@ -37,10 +38,10 @@ You can create up to five different diagnostic settings to send different logs t
37
38
1. For **Diagnostic setting name**, enter a unique name.
38
39
39
40
1. Select **allLogs** from the following options:
40
-
-**audit** streams all audit logs (Currently not supported. Please see the following link for additional information about the types of logs available for the Microsoft.Dashboard/grafana resource type: [Supported logs for Microsoft.Dashboard/grafana](/azure/azure-monitor/reference/supported-logs/microsoft-dashboard-grafana-logs)).
41
+
-**audit** streams all audit logs (Currently not supported. See the following link for additional information about the types of logs available for the Microsoft.Dashboard/grafana resource type: [Supported logs for Microsoft.Dashboard/grafana](/azure/azure-monitor/reference/supported-logs/microsoft-dashboard-grafana-logs)).
41
42
-**allLogs** streams all logs
42
43
-**Grafana Login Events** streams all Grafana login events
43
-
-**AllMetrics** streams all metrics (Currently not supported. Please see the following link for additional information about metrics available for the Microsoft.Dashboard/grafana resource type: [Supported metrics for Microsoft.Dashboard/grafana](/azure/azure-monitor/reference/supported-metrics/microsoft-dashboard-grafana-metrics)).
44
+
-**AllMetrics** streams all metrics (Currently not supported. See the following link for additional information about metrics available for the Microsoft.Dashboard/grafana resource type: [Supported metrics for Microsoft.Dashboard/grafana](/azure/azure-monitor/reference/supported-metrics/microsoft-dashboard-grafana-metrics)).
44
45
45
46
1. Under **Destination details**, select one or more destinations, fill out details and select **Save**.
46
47
@@ -55,7 +56,7 @@ You can create up to five different diagnostic settings to send different logs t
55
56
56
57
## Access logs
57
58
58
-
Now that you've configured your diagnostic settings, Azure will stream all new events to your selected destinations and generate logs. You can now create queries and access logs to monitor your application.
59
+
Now that you've configured your diagnostic settings, Azure streams all new events to your selected destinations and generate logs. You can now create queries and access logs to monitor your application.
59
60
60
61
1. In your Managed Grafana instance, select **Logs** from the left menu. The Azure platform displays a **Queries** page, with suggestions of queries to choose from.
61
62
@@ -67,7 +68,7 @@ Now that you've configured your diagnostic settings, Azure will stream all new e
67
68
68
69
:::image type="content" source="media/monitoring-logs/query.png" alt-text="Screenshot of the Azure platform. Log query editing." lightbox="media/monitoring-logs/query-expanded.png":::
69
70
70
-
1. Select **Schema and Filter** on the left side of the screen to access tables, queries and functions. You can also filter and group results, as well as find your favorites.
71
+
1. Select **Schema and Filter** on the left side of the screen to access tables, queries, and functions. You can also filter and group results, and find your favorites.
71
72
1. Select **Columns** on the right of **Results** to edit the columns of the results table, and manage the table like a pivot table.
72
73
73
74
:::image type="content" source="media/monitoring-logs/filters.png" alt-text="Screenshot of the Azure platform. Log query filters and columns." lightbox="media/monitoring-logs/filters-expanded.png":::
Copy file name to clipboardExpand all lines: articles/managed-grafana/how-to-permissions.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ ms.author: malev
6
6
ms.service: azure-managed-grafana
7
7
ms.custom: engagement-fy23
8
8
ms.topic: how-to
9
-
ms.date: 10/23/2023
9
+
ms.date: 10/23/2024
10
+
#customer intent: I want to grant the Azure Monitor role to an Azure Managed Grafana instance so that I can start monitoring an Azure service in Grafana.
10
11
---
11
12
12
13
# How to modify access permissions to Azure Monitor
Copy file name to clipboardExpand all lines: articles/managed-grafana/how-to-smtp-settings.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
---
2
2
title: 'How to configure SMTP settings within Azure Managed Grafana'
3
3
titleSuffix: Azure Managed Grafana
4
-
description: Learn how to configure SMTP settings to generate email notifications for Azure Managed Grafana
4
+
description: Learn how to configure SMTP settings to generate email notifications to monitor your services in Azure Managed Grafana.
5
5
author: maud-lv
6
6
ms.author: malev
7
7
ms.service: azure-managed-grafana
8
8
ms.topic: how-to
9
-
ms.date: 10/13/2023
9
+
ms.date: 10/23/2024
10
+
#customer intent: I want configure SMTP settings in Azure Managed Grafana to generate email notifications, so that I can be alerted when incidents or events happen.
10
11
---
11
12
12
13
# Configure SMTP settings
13
14
14
-
In this guide, you learn how to configure SMTP settings to generate email alerts in Azure Managed Grafana. Notifications alert users when some given scenarios occur on a Grafana dashboard.
15
+
In this guide, you learn how to configure SMTP (Simple Mail Transfer Protocol) settings to generate email alerts in Azure Managed Grafana. Notifications alert users when some given scenarios occur on a Grafana dashboard.
15
16
16
17
SMTP settings can be enabled on an existing Azure Managed Grafana instance via the Azure portal and the Azure CLI. Enabling SMTP settings while creating a new instance is currently not supported.
17
18
@@ -49,7 +50,7 @@ Follow these steps to activate SMTP settings, enable email notifications and con
49
50
50
51
:::image type="content" source="media/smtp-settings/save-updated-settings.png" alt-text="Screenshot of the Azure platform. Email Settings tab with new data.":::
51
52
52
-
1. Once the process has completed, the message "Updating the selections. Update successful" is displayed in the Azure **Notifications**. In the **Overview** page, the provisioning state of the instance turns to **Updating**, and then **Succeeded** once the update is complete.
53
+
1. Once the process is complete, the message "Updating the selections. Update successful" is displayed in the Azure **Notifications**. In the **Overview** page, the provisioning state of the instance turns to **Updating**, and then **Succeeded** once the update is complete.
53
54
54
55
### [Azure CLI](#tab/azure-cli)
55
56
@@ -126,7 +127,7 @@ Configuring Grafana contact points is done in the Grafana portal:
126
127
1. Add or update the **Name**, and **Contact point type**.
127
128
1. Enter a destination email under **Addresses**, and select **Test**.
128
129
1. Select **Send test notification** to send the notification with the predefined test message or select **Custom** to first edit the message.
129
-
1. A notification "Test alert sent" is displayed, meaning that the email setup has been successfully configured. The test email has been sent to the provided email address. If there is a misconfiguration, an error message is shown instead.
130
+
1. A notification "Test alert sent" is displayed, meaning that the email setup is successfully configured. The test email has been sent to the provided email address. If there's a misconfiguration, an error message is shown instead.
0 commit comments