Skip to content

Commit 1ed6338

Browse files
authored
Merge pull request #64767 from miwithro/patch-3
Update view-master-logs.md
2 parents 07ac268 + cc08a54 commit 1ed6338

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/aks/view-master-logs.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ Azure Monitor logs are enabled and managed in the Azure portal. To enable log co
3333

3434
In addition to entries written by Kubernetes, your project's audit logs also have entries from AKS.
3535

36-
Audit logs are recorded into two categories, *kube-audit-admin* and *kube-audit*. The *kube-audit* category contains all audit log data for every audit event, including *get*, *list*, *create*, *update*, *delete*, *patch*, and *post*.
36+
Audit logs are recorded into three categories: *kube-audit*, *kube-audit-admin*, and *guard*.
3737

38-
The *kube-audit-admin* category is a subset of the *kube-audit* log category. *kube-audit-admin* reduces the number of logs significantly by excluding the *get* and *list* audit events from the log.
38+
- The *kube-audit* category contains all audit log data for every audit event, including *get*, *list*, *create*, *update*, *delete*, *patch*, and *post*.
39+
- The *kube-audit-admin* category is a subset of the *kube-audit* log category. *kube-audit-admin* reduces the number of logs significantly by excluding the *get* and *list* audit events from the log.
40+
- The *guard* category is managed Azure AD and Azure RBAC audits. For managed Azure AD: token in, user info out. For Azure RBAC: access reviews in and out.
3941

4042
## Schedule a test pod on the AKS cluster
4143

@@ -71,7 +73,7 @@ pod/nginx created
7173

7274
## View collected logs
7375

74-
It may take a few minutes for the diagnostics logs to be enabled and appear.
76+
It may take up to 10 minutes for the diagnostics logs to be enabled and appear.
7577

7678
> [!NOTE]
7779
> If you need all audit log data for compliance or other purposes, collect and store it in inexpensive storage such as blob storage. Use the *kube-audit-admin* log category to collect and save a meaningful set of audit log data for monitoring and alerting purposes.

0 commit comments

Comments
 (0)