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-data-collection-configmap.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,10 @@ Specific configuration you can perform with the ConfigMap includes:
21
21
- Enable/disable multiline logging
22
22
- Ignore proxy settings
23
23
24
-
> [!NOTE]
25
-
> See [Configure data collection in Container insights using data collection rule](./container-insights-data-collection-dcr.md) to configure data collection using a DCR which allows you to configure different settings.
24
+
> [!IMPORTANT]
25
+
> Complete configuration of data collection in Container insights may require editing of both the ConfigMap and the data collection rule (DCR) for the cluster since each method allows configuration of a different set of settings.
26
+
>
27
+
> See [Configure data collection in Container insights using data collection rule](./container-insights-data-collection-dcr.md) for a list of settings and the process to configure data collection using the DCR.
26
28
27
29
## Prerequisites
28
30
- ConfigMap is a global list and there can be only one ConfigMap applied to the agent for Container insights. Applying another ConfigMap will overrule the previous ConfigMap collection settings.
Copy file name to clipboardExpand all lines: articles/azure-monitor/containers/container-insights-data-collection-dcr.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,15 @@ The DCR is primarily used to configure data collection of performance and invent
15
15
16
16
Specific configuration you can perform with the DCR includes:
17
17
18
-
- Enable/disable collection and namespace filtering for performance and inventory data (Use [ConfigMap](./container-insights-data-collection-configmap.md) for namespace filtering of logs.)
18
+
- Enable/disable collection and namespace filtering for performance and inventory data.
19
19
- Define collection interval for performance and inventory data
20
20
- Enable/disable Syslog collection
21
21
- Select log schema
22
22
23
-
> [!NOTE]
24
-
> See [Configure data collection in Container insights using ConfigMap](./container-insights-data-collection-configmap.md) to configure data collection using a DCR which allows you to configure different settings.
23
+
> [!IMPORTANT]
24
+
> Complete configuration of data collection in Container insights may require editing of both the DCR and the ConfigMap for the cluster since each method allows configuration of a different set of settings.
25
+
>
26
+
> See [Configure data collection in Container insights using ConfigMap](./container-insights-data-collection-configmap.md) for a list of settings and the process to configure data collection using ConfigMap.
0 commit comments