Skip to content

Commit 3ec8b1e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Follow the instructions to configure an existing ConfigMap or to use a new one.
6969

7070
---
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)