Skip to content

Commit ffde4c4

Browse files
Update how-to-monitor-managed-grafana-workspace.md
As discussed in ICM 522778060/home Currently is not supported audit logs data collection for Azure Managed Grafana. Supported logs are mentioned here: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-logs/microsoft-dashboard-grafana-logs In addition, it is not possible to export using diagnostic settings metrics from Azure Managed Grafana as mentioned here: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-dashboard-grafana-metrics In summary, it is only possible to export GrafanaLoginEvents using Diagnostic settings
1 parent d3a205a commit ffde4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ You can create up to five different diagnostic settings to send different logs t
3737
1. For **Diagnostic setting name**, enter a unique name.
3838

3939
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](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-logs/microsoft-dashboard-grafana-logs)).
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)).
4141
- **allLogs** streams all logs
4242
- **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](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-dashboard-grafana-metrics)).
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)).
4444

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

0 commit comments

Comments
 (0)