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-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,18 +47,16 @@ ContainerLogV2
47
47
## Network firewall requirements
48
48
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.
49
49
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" :::
53
-
54
-
The endpoint has a different format depending on the cloud as shown in the following table.
55
-
56
50
| Cloud | Endpoint | Port |
57
51
|:---|:--|:--|
58
52
| Azure Public Cloud |`<dce-name>-<suffix>.<cluster-region-name>-<suffix>.ingest.monitor.azure.com`| 443 |
59
53
| Microsoft Azure operated by 21Vianet cloud |`<dce-name>-<suffix>.<cluster-region-name>-<suffix>.ingest.monitor.azure.cn`| 443 |
60
54
| Azure Government cloud |`<dce-name>-<suffix>.<cluster-region-name>-<suffix>.ingest.monitor.azure.us`| 443 |
61
55
56
+
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`.
57
+
58
+
:::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" :::
59
+
62
60
63
61
## Limitations
64
62
@@ -74,7 +72,8 @@ The following scenarios aren't supported during the preview release. These will
74
72
## Enable high scale logs collection
75
73
Follow the two steps in the following sections to enable high scale mode for your cluster.
76
74
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`.
75
+
> [!NOTE]
76
+
> 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`.
78
77
79
78
### Update configmap
80
79
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.
0 commit comments