Skip to content

Commit 307cd5c

Browse files
authored
[Doc] Change required agent from v7.2 to v7.20
1 parent 7d63b04 commit 307cd5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/agent/guide/autodiscovery-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ For example, if you only want to monitor `ubuntu` or `debian` images, and exclud
135135
DD_CONTAINER_EXCLUDE = "image:.*"
136136
DD_CONTAINER_INCLUDE = "image:ubuntu image:debian"
137137
```
138-
In Agent v7.2+, you can also use inclusion rules to include only logs or only metrics. For instance, to include logs from a container with the image `<IMAGE_NAME>`, add the following environment variable to the Datadog Agent:
138+
In Agent v7.20+, you can also use inclusion rules to include only logs or only metrics. For instance, to include logs from a container with the image `<IMAGE_NAME>`, add the following environment variable to the Datadog Agent:
139139

140140
```shell
141141
DD_CONTAINER_INCLUDE_LOGS = "image:<IMAGE_NAME>"
@@ -168,7 +168,7 @@ To include a given Docker container with the name `<NAME>` from Autodiscovery, a
168168
container_include: [name:<NAME>]
169169
```
170170

171-
In Agent v7.2+, you can also use inclusion rules to include only logs or only metrics. For instance, to include logs from a container with the image `<IMAGE_NAME>`, add the following environment variable to the Datadog Agent:
171+
In Agent v7.20+, you can also use inclusion rules to include only logs or only metrics. For instance, to include logs from a container with the image `<IMAGE_NAME>`, add the following environment variable to the Datadog Agent:
172172

173173
```shell
174174
container_include_logs: [image:<IMAGE_NAME>]

0 commit comments

Comments
 (0)