Skip to content

Commit d01bddf

Browse files
author
Paul McDonald
authored
Update as per comment
1 parent 0fdd71a commit d01bddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/monitor-apiserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Kubernetes audit logging isn't enabled by default on an AKS cluster on account o
2222
* **Destination details:** Select the checkbox for **Log Analytics**.
2323

2424
> [!NOTE]
25-
> There could be substantial cost involved once kube-audit logs are enabled. Consider disabling kube-audit logging when not required. If you're okay with only PUT and DELETE-style requests getting logged (meaning minimal GET requests), then kube-audit-admin instead of kube-audit is one way to help reduce cost.
25+
> There could be substantial cost involved once kube-audit logs are enabled. Consider disabling kube-audit logging when not required. An alternative approach to significantly reduce the number of logs and help reduce cost is by enabling collection from kube-audit-admin, which excludes the get and list audit events.
2626
> For strategies to reduce your Azure Monitor costs, see [Cost optimization and Azure Monitor][cost-optimization-azure-monitor].
2727
2828
After a few moments, the new setting appears in your list of settings for this resource. Logs are streamed to the specified destinations as new event data is generated. It might take up to 15 minutes between when an event is emitted and when it appears in a [Log Analytics workspace][log-analytics-workspace-overview].

0 commit comments

Comments
 (0)