Skip to content

Commit eeb0fe9

Browse files
Merge pull request #270215 from bwren/ci-fix
Clarify difference between DCR and ConfigMap
2 parents c734146 + 3aa94bf commit eeb0fe9

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ Specific configuration you can perform with the ConfigMap includes:
2121
- Enable/disable multiline logging
2222
- Ignore proxy settings
2323

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.
2628
2729
## Prerequisites
2830
- 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.

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ The DCR is primarily used to configure data collection of performance and invent
1515

1616
Specific configuration you can perform with the DCR includes:
1717

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.
1919
- Define collection interval for performance and inventory data
2020
- Enable/disable Syslog collection
2121
- Select log schema
2222

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.
2527
2628
## Prerequisites
2729

0 commit comments

Comments
 (0)