Skip to content

Commit afb64f8

Browse files
committed
updates
1 parent 64273b3 commit afb64f8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/azure-monitor/containers/container-insights-high-scale.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##---
1+
---
22
title: High scale logs collection in Container Insights (Preview)
33
description: Enable high scale logs collection in Container Insights (Preview).
44
ms.custom: devx-track-azurecli
@@ -20,7 +20,7 @@ Use the following [log queries](../logs/log-query-overview.md) to determine whet
2020

2121
**Logs per second and per node**
2222

23-
``kql
23+
```kql
2424
ContainerLogV2
2525
| where _ResourceId = “<AzureResourceIdoftheAKSCluster>”
2626
| summarize count() by bin(TimeGenerated, 1s), Computer
@@ -54,7 +54,7 @@ The following scenarios are not supported during the Preview release. These will
5454
- Configuring through **Monitor Settings** from AKS Insights
5555
- Automatic migration from existing Container Insights
5656

57-
## Enabling high scale logs collection
57+
## Enable high scale logs collection
5858
Use the following steps to enable high scale logs collection for your cluster.
5959

6060
### Update configmap
@@ -100,7 +100,9 @@ See [Create a private Azure Kubernetes Service (AKS) cluster](/azure/aks/private
100100
- `--ampls-resource-id`
101101

102102
### [ARM](#tab/arm)
103-
See [Enable Container insights](./kubernetes-monitoring-enable.md?tabs=arm#enable-container-insights) for guidance on enabling Container Insights using an ARM template.
103+
See [Enable Container insights](./kubernetes-monitoring-enable.md?tabs=arm#enable-container-insights) for guidance on enabling Container Insights using an ARM template. To enable high scale logs mode, add the following parameter to the ARM template.
104+
105+
The only requirement to enable high scale mode is to
104106

105107
## Next steps
106108

0 commit comments

Comments
 (0)