From 98ebe56bca522378163afa5ba5b40aefad2a14d6 Mon Sep 17 00:00:00 2001 From: Steven Zou Date: Fri, 24 Oct 2025 10:45:39 -0400 Subject: [PATCH 1/2] Update ECS log guidance --- .../containers/amazon_elastic_container_explorer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/infrastructure/containers/amazon_elastic_container_explorer.md b/content/en/infrastructure/containers/amazon_elastic_container_explorer.md index ac95a86645f69..d58c106ca9a62 100644 --- a/content/en/infrastructure/containers/amazon_elastic_container_explorer.md +++ b/content/en/infrastructure/containers/amazon_elastic_container_explorer.md @@ -61,7 +61,7 @@ ecs_task_collection_enabled: true ### Logs -For ECS on Fargate, it is recommended to use the [AWS FireLens integration][11] built on Datadog's Fluent Bit output plugin to send logs to Datadog. To ensure that logs are properly correlated between ECS resources and the log explorer, apply the following log configuration to apply the `aws_account` tag: +For ECS on Fargate, it is recommended to use the [AWS FireLens integration][11] built on Datadog's Fluent Bit output plugin to send logs to Datadog. To ensure that logs are properly correlated between ECS resources and the log explorer, ensure that `dd_source` is set to `ecs`: ``` { "logConfiguration": { @@ -71,9 +71,9 @@ For ECS on Fargate, it is recommended to use the [AWS FireLens integration][11] "apikey": "", "Host": "http-intake.logs.datadoghq.com", "dd_service": "...", - "dd_source": "...", + "dd_source": "ecs", "dd_message_key": "log", - "dd_tags": "aws_account:", + "dd_tags": "...", "TLS": "on", "provider": "ecs" } From 8918aab5992e19b17e7e9a5bf14b83831abcd669 Mon Sep 17 00:00:00 2001 From: Steven Zou Date: Fri, 24 Oct 2025 10:55:04 -0400 Subject: [PATCH 2/2] Update content/en/infrastructure/containers/amazon_elastic_container_explorer.md Co-authored-by: May Lee --- .../containers/amazon_elastic_container_explorer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/infrastructure/containers/amazon_elastic_container_explorer.md b/content/en/infrastructure/containers/amazon_elastic_container_explorer.md index d58c106ca9a62..90efd7a00fb21 100644 --- a/content/en/infrastructure/containers/amazon_elastic_container_explorer.md +++ b/content/en/infrastructure/containers/amazon_elastic_container_explorer.md @@ -61,7 +61,7 @@ ecs_task_collection_enabled: true ### Logs -For ECS on Fargate, it is recommended to use the [AWS FireLens integration][11] built on Datadog's Fluent Bit output plugin to send logs to Datadog. To ensure that logs are properly correlated between ECS resources and the log explorer, ensure that `dd_source` is set to `ecs`: +For ECS on Fargate, it is recommended to use the [AWS FireLens integration][11] built on Datadog's Fluent Bit output plugin to send logs to Datadog. To ensure that logs are properly correlated between ECS resources and the log explorer, set `dd_source` to `ecs`: ``` { "logConfiguration": {