Skip to content

Commit febf92a

Browse files
committed
DCE
1 parent 9d2024a commit febf92a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

articles/azure-monitor/containers/container-insights-data-collection-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ When you specify the tables to collect using CLI or ARM, you specify a stream na
237237
| Microsoft-ContainerInventory | ContainerInventory |
238238
| Microsoft-ContainerLog | ContainerLog |
239239
| Microsoft-ContainerLogV2 | ContainerLogV2 |
240-
| Microsoft-ContainerLogV2-HighScale | ContainerLogV2<br>(High scale mode)<sup>1</sup> |
240+
| Microsoft-ContainerLogV2-HighScale | ContainerLogV2 (High scale mode)<sup>1</sup> |
241241
| Microsoft-ContainerNodeInventory | ContainerNodeInventory |
242242
| Microsoft-InsightsMetrics | InsightsMetrics |
243243
| Microsoft-KubeEvents | KubeEvents |

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ ContainerLogV2
4747
## Network firewall requirements
4848
In addition to the [network firewall requirements](./kubernetes-monitoring-firewall.md) for monitoring a Kubernetes cluster, additional configurations are needed for enabling High scale Mode.
4949

50-
Get the **Logs Ingestion** endpoint from the data collection endpoint (DCE) for the data collection rule (DCR) used by the cluster. The DCR name is in the form `MSCI-<region>-<clusterName>`.
50+
Get the **Logs Ingestion** endpoint from the data collection endpoint (DCE) for the data collection rule (DCR) used by the cluster. This DCE is created when you enable high scale mode for the cluster and will start with the prefix `MSCI-ingest`.
51+
52+
:::image type="content" source="media/container-insights-high-scale/logs-ingestion-endpoint.png" alt-text="Screenshot of logs ingestion endpoint for DCE." lightbox="media/container-insights-high-scale/logs-ingestion-endpoint.png" :::
5153

5254
The endpoint has a different format depending on the cloud as shown in the following table.
5355

@@ -70,7 +72,9 @@ The following scenarios aren't supported during the preview release. These will
7072
- Automatic migration from existing Container Insights
7173

7274
## Enable high scale logs collection
73-
The following two steps are required to enable high scale mode for your cluster.
75+
Follow the two steps in the following sections to enable high scale mode for your cluster.
76+
77+
High log scale mode requires a [data collection endpoint (DCE)](../essentials/data-collection-endpoint-overview.md) for ingestion. An ingestion DCE is created with the prefix `MSCI-ingest` for each cluster when you onboard them. If Azure Monitor private link scope is configured, then there will also be configuration DCE created with the prefix `MSCI-config`.
7478

7579
### Update configmap
7680
The first step is to update configmap for the cluster to instruct the container insights ama-logs deamonset pods to run in high scale mode.
109 KB
Loading

0 commit comments

Comments
 (0)