Skip to content

Commit 395e149

Browse files
Merge pull request #289068 from maud-lv/ml-amgfreshness
Freshness work
2 parents 4bd9728 + 52f28d9 commit 395e149

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

articles/managed-grafana/how-to-monitor-managed-grafana-workspace.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
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.
44
author: maud-lv
55
ms.author: malev
66
ms.service: azure-managed-grafana
77
ms.topic: how-to
88
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.
1011
---
1112

1213
# How to monitor your Azure Managed Grafana instance with logs
1314

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.
1516

1617
## Prerequisites
1718

@@ -24,7 +25,7 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
2425

2526
## Add diagnostic settings
2627

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.
2829

2930
You can create up to five different diagnostic settings to send different logs to independent destinations.
3031

@@ -37,10 +38,10 @@ You can create up to five different diagnostic settings to send different logs t
3738
1. For **Diagnostic setting name**, enter a unique name.
3839

3940
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)).
4142
- **allLogs** streams all logs
4243
- **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)).
4445

4546
1. Under **Destination details**, select one or more destinations, fill out details and select **Save**.
4647

@@ -55,7 +56,7 @@ You can create up to five different diagnostic settings to send different logs t
5556

5657
## Access logs
5758

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.
5960

6061
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.
6162

@@ -67,7 +68,7 @@ Now that you've configured your diagnostic settings, Azure will stream all new e
6768

6869
:::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":::
6970

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.
7172
1. Select **Columns** on the right of **Results** to edit the columns of the results table, and manage the table like a pivot table.
7273

7374
:::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":::

articles/managed-grafana/how-to-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ms.author: malev
66
ms.service: azure-managed-grafana
77
ms.custom: engagement-fy23
88
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.
1011
---
1112

1213
# How to modify access permissions to Azure Monitor

articles/managed-grafana/how-to-smtp-settings.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
22
title: 'How to configure SMTP settings within Azure Managed Grafana'
33
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.
55
author: maud-lv
66
ms.author: malev
77
ms.service: azure-managed-grafana
88
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.
1011
---
1112

1213
# Configure SMTP settings
1314

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.
1516

1617
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.
1718

@@ -49,7 +50,7 @@ Follow these steps to activate SMTP settings, enable email notifications and con
4950

5051
:::image type="content" source="media/smtp-settings/save-updated-settings.png" alt-text="Screenshot of the Azure platform. Email Settings tab with new data.":::
5152

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.
5354

5455
### [Azure CLI](#tab/azure-cli)
5556

@@ -126,7 +127,7 @@ Configuring Grafana contact points is done in the Grafana portal:
126127
1. Add or update the **Name**, and **Contact point type**.
127128
1. Enter a destination email under **Addresses**, and select **Test**.
128129
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.
130131
131132
## Disable SMTP settings
132133

0 commit comments

Comments
 (0)