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/aks/intro-kubernetes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ To secure your AKS clusters, see [Integrate Azure AD with AKS][aks-aad].
53
53
54
54
Container Insights has native integration with AKS, like collecting critical metrics and logs, alerting on identified issues, and providing visualization with workbooks or integration with Grafana. It can also collect Prometheus metrics and send them to [Azure Monitor managed service for Prometheus][azure-monitor-managed-prometheus], and all together deliver end-to-end observability.
55
55
56
-
Logs from the AKS control plane components are collected separately in Azure as resource logs and sent to different locations, such as [Azure Monitor Logs][azure-monitor-logs]. For more information, see [Collect resource logs][collect-resource-logs].
56
+
Logs from the AKS control plane components are collected separately in Azure as resource logs and sent to different locations, such as [Azure Monitor Logs][azure-monitor-logs]. For more information, see [Collect control plane logs][monitor-aks.md#collect-control-plane-logs].
57
57
58
58
## Clusters and nodes
59
59
@@ -175,7 +175,7 @@ Learn more about deploying and managing AKS.
Copy file name to clipboardExpand all lines: articles/aks/monitor-aks-reference.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Monitoring AKS data reference
2
+
title: Monitor AKS data reference
3
3
description: Important reference material needed when you monitor AKS
4
4
ms.custom: subject-monitoring, ignite-2022
5
-
ms.date: 07/18/2022
5
+
ms.date: 08/01/2023
6
6
ms.topic: conceptual
7
7
---
8
8
9
-
# Monitoring AKS data reference
9
+
# Monitor AKS data reference
10
10
11
11
See [Monitoring AKS](monitor-aks.md) for details on collecting and analyzing monitoring data for AKS.
12
12
@@ -24,7 +24,7 @@ The following table lists the platform metrics collected for AKS. Follow each l
24
24
25
25
For more information, see a list of [all platform metrics supported in Azure Monitor](../azure-monitor/essentials/metrics-supported.md).
26
26
27
-
In addition to the above platform metrics, Azure Monitor container insights collects [these custom metrics](../azure-monitor/containers/container-insights-custom-metrics.md) for nodes, pods, containers, and persistent volumes.
27
+
In addition to the above platform metrics, Azure Monitor Container insights collects [these custom metrics](../azure-monitor/containers/container-insights-custom-metrics.md) for nodes, pods, containers, and persistent volumes.
28
28
29
29
## Metric dimensions
30
30
@@ -47,11 +47,12 @@ The following table lists [dimensions](../azure-monitor/essentials/data-platform
47
47
48
48
## Resource logs
49
49
50
-
The following table lists the resource log categories you can collect for AKS. These are the logs for AKS control plane components. See [Configure monitoring](monitor-aks.md#configure-monitoring) for information on creating a diagnostic setting to collect these logs and recommendations on which to enable. See [How to query logs from Container insights](../azure-monitor/containers/container-insights-log-query.md#resource-logs) for query examples.
50
+
AKS implements control plane logs for the cluster as [resource logs in Azure Monitor](../azure-monitor/essentials/resource-logs.md). See [Resource logs](monitor-aks.md#resource-logs) for details on creating a diagnostic setting to collect these logs and [How to query logs from Container insights](../azure-monitor/containers/container-insights-log-query.md#resource-logs) for query examples.
51
+
52
+
The following table lists the resource log categories you can collect for AKS. All logs are written to the [AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) table.
51
53
52
-
For reference, see a list of [all resource logs category types supported in Azure Monitor](../azure-monitor/essentials/resource-logs-schema.md).
53
54
54
-
| Category | Description |
55
+
| Category | Description |
55
56
|:---|:---|
56
57
| kube-apiserver | Logs from the API server. |
57
58
| kube-audit | Audit log data for every audit event including get, list, create, update, delete, patch, and post. |
@@ -63,9 +64,11 @@ For reference, see a list of [all resource logs category types supported in Azur
63
64
| guard | Managed Azure Active Directory and Azure RBAC audits. For managed Azure AD, this includes token in and user info out. For Azure RBAC, this includes access reviews in and out. |
64
65
| csi-azuredisk-controller | Logs from the Azure Disk CSI storage driver. |
65
66
| csi-azurefile-controller | Logs from the Azure Files CSI storage driver. |
66
-
| csi-snapshot-controller | Logs from the Azure CSI driver snapshot controller. |
67
+
| csi-snapshot-controller | Logs from the Azure CSI snapshot driver controller. |
67
68
| AllMetrics | Includes all platform metrics. Sends these values to Log Analytics workspace where it can be evaluated with other data using log queries. |
68
69
70
+
For reference, see a list of [all resource logs category types supported in Azure Monitor](../azure-monitor/essentials/resource-logs-schema.md).
71
+
69
72
## Azure Monitor Logs tables
70
73
71
74
This section refers to all of the Azure Monitor Logs tables relevant to AKS and available for query by Log Analytics.
@@ -78,7 +81,7 @@ For a reference of all Azure Monitor Logs / Log Analytics tables, see the [Azure
78
81
79
82
## Activity log
80
83
81
-
The following table lists a few example operations related to AKS that may be created in the [Activity log](../azure-monitor/essentials/activity-log.md). Use the Activity log to track information such as when a cluster is created or had its configuration change. You can either view this information in the portal or create an Activity log alert to be proactively notified when an event occurs.
84
+
The following table lists a few example operations related to AKS that may be created in the [Activity log](../azure-monitor/essentials/activity-log.md). Use the Activity log to track information such as when a cluster is created or had its configuration change. You can view this information [in the portal](../azure-monitor/essentials/activity-log.md#view-the-activity-log) or by using [other methods](../azure-monitor/essentials/activity-log.md#other-methods-to-retrieve-activity-log-events). You can also use it to create an [Activity log alert]() to be proactively notified when an event occurs.
0 commit comments