Skip to content

Commit d792958

Browse files
authored
Include disable container collection config for log collection only for the agent (#29242)
1 parent 45639a5 commit d792958

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/logs/guide/how-to-set-up-only-logs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ docker run -d --name datadog-agent \
5858
-e DD_ENABLE_PAYLOADS_SERIES=false \
5959
-e DD_ENABLE_PAYLOADS_SERVICE_CHECKS=false \
6060
-e DD_ENABLE_PAYLOADS_SKETCHES=false \
61+
-e DD_PROCESS_AGENT_ENABLED=false \
62+
-e DD_PROCESS_CONFIG_CONTAINER_COLLECTION_ENABLED=false \
6163
-v /var/run/docker.sock:/var/run/docker.sock:ro \
6264
-v /proc/:/host/proc/:ro \
6365
-v /opt/datadog-agent/run:/opt/datadog-agent/run:rw \

0 commit comments

Comments
 (0)