Skip to content

Commit f359a68

Browse files
committed
Dalan fixes
1 parent 5edd96c commit f359a68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ ms.date: 08/06/2024
66
---
77

88
# High scale logs collection in Container Insights (Preview)
9-
High scale logs mode is a feature in Container Insights enables you to collect container console (stdout & stderr) logs with high throughput from their AKS cluster nodes. This feature is intended for Azure Kubernetes Service clusters sending more than 5,000 logs/sec per node.
9+
High scale mode is a feature in Container Insights that enables you to collect container console (stdout & stderr) logs with high throughput from your AKS cluster nodes. This feature is intended for Azure Kubernetes Service clusters sending more than 5,000 logs/sec per node.
1010

1111
## Overview
12-
When high scale mode is enabled, Container Insights performs multiple configuration changes resulting in a higher overall throughput. This includes using and upgraded agent and Azure Monitor pipeline with scale improvements. These changes are all made by Azure Monitor and don't require input or configuration after the feature is enabled.
12+
When high scale mode is enabled, Container Insights performs multiple configuration changes resulting in a higher overall throughput. This includes using an upgraded agent and Azure Monitor data pipeline with scale improvements. These changes are all made in the background by Azure Monitor and don't require input or configuration after the feature is enabled.
1313

14-
High scale logs collection is suited for environments sending more than 5,000 logs/sec from a single node in their Kubernetes clusters and has been designed and tested for sending up to 50 K log/sec per node. High scale mode impacts only the data collection layer. The rest of the Container insights experience remains the same, with logs being ingested into same `ContainerLogV2` table. Queries and alerts continue to work since the same data is being collected.
14+
High scale logs collection is suited for environments sending more than 5,000 logs/sec per node in their Kubernetes clusters and has been designed and tested for sending up to 50,000 logs/sec per node. High scale mode impacts only the data collection layer. The rest of the Container insights experience remains the same, with logs being ingested into same `ContainerLogV2` table. Existing queries and alerts continue to work since the same data is being collected.
1515

1616
To achieve the maximum supported logs throughput, you should use high-end VM SKUs with 16 CPU cores or more for your AKS cluster nodes. Using low end VM SKUs will impact your logs throughput.
1717

@@ -51,7 +51,7 @@ The following scenarios aren't supported during the Preview release. These will
5151
- Azure Arc-enabled Kubernetes
5252
- HTTP proxy with trusted certificate
5353
- Onboarding through Azure portal, Azure Policy, Terraform and Bicep
54-
- Configuring through **Monitor Settings** from AKS Insights
54+
- Configuring through **Monitor Settings** in the AKS Insights portal experience
5555
- Automatic migration from existing Container Insights
5656

5757
## Enable high scale logs collection
@@ -60,7 +60,7 @@ Use the following steps to enable high scale logs collection for your cluster.
6060
### Update configmap
6161
The first step is to update configmap for the cluster to instruct the container insights ama-logs deamonset pods to run in high log scale mode.
6262

63-
Follow the guidance in [Configure and deploy ConfigMap](./container-insights-data-collection-configmap.md#configure-and-deploy-configmap) to download and update ConfigMap for the cluster. The only different you need to make for high scale logs is to add the following entry under `agent-settings`:
63+
Follow the guidance in [Configure and deploy ConfigMap](./container-insights-data-collection-configmap.md#configure-and-deploy-configmap) to download and update ConfigMap for the cluster. The only change you need to make for high scale logs is to add the following entry under `agent-settings`:
6464

6565
```yml
6666
[agent_settings.high_log_scale]
@@ -121,5 +121,5 @@ The endpoint has a different format depending on the cloud as shown in the follo
121121

122122

123123
## Next steps
124-
124+
- Share any feedback or issues with High Scale mode at [https://aka.ms/cihsfeedback](https://aka.ms/cihsfeedback).
125125

0 commit comments

Comments
 (0)