Skip to content

Commit 6f47152

Browse files
authored
Update container-insights-logging-v2.md
1 parent b8c6527 commit 6f47152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/containers/container-insights-logging-v2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Follow the instructions to configure an existing ConfigMap or to use a new one.
6767

6868
1. For configuring via CLI, use the corresponding [config file](./container-insights-cost-config.md#configuring-aks-data-collection-settings-using-azure-cli), update the `enableContainerLogV2` field in the config file to be true.
6969

70-
70+
---
7171

72-
### Configure an existing ConfigMap
72+
## Configure an existing ConfigMap
7373
This applies to the scenario where you have already enabled container insights for your AKS cluster and have [configured agent data collection settings](./container-insights-agent-config.md#configure-and-deploy-configmaps) using ConfigMap "_container-azm-ms-agentconfig.yaml_". If this ConfigMap doesn't yet have the `log_collection_settings.schema` field, you'll need to append the following section in this existing ConfigMap .yaml file:
7474

7575
```yaml
@@ -80,7 +80,7 @@ This applies to the scenario where you have already enabled container insights f
8080
containerlog_schema_version = "v2"
8181
```
8282

83-
### Configure a new ConfigMap
83+
## Configure a new ConfigMap
8484
1. [Download the new ConfigMap](https://aka.ms/container-azm-ms-agentconfig). For the newly downloaded ConfigMap, the default value for `containerlog_schema_version` is `"v1"`.
8585
1. Update `containerlog_schema_version` to `"v2"`:
8686

0 commit comments

Comments
 (0)