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/azure-monitor/containers/container-insights-high-scale.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ ms.date: 08/06/2024
6
6
---
7
7
8
8
# 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.
10
10
11
11
## 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.
13
13
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.
15
15
16
16
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.
17
17
@@ -51,7 +51,7 @@ The following scenarios aren't supported during the Preview release. These will
51
51
- Azure Arc-enabled Kubernetes
52
52
- HTTP proxy with trusted certificate
53
53
- 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
55
55
- Automatic migration from existing Container Insights
56
56
57
57
## Enable high scale logs collection
@@ -60,7 +60,7 @@ Use the following steps to enable high scale logs collection for your cluster.
60
60
### Update configmap
61
61
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.
62
62
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`:
64
64
65
65
```yml
66
66
[agent_settings.high_log_scale]
@@ -121,5 +121,5 @@ The endpoint has a different format depending on the cloud as shown in the follo
121
121
122
122
123
123
## Next steps
124
-
124
+
- Share any feedback or issues with High Scale mode at [https://aka.ms/cihsfeedback](https://aka.ms/cihsfeedback).
0 commit comments