Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ecs_fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,10 @@ module "ecs_fargate_task" {

Monitor Fargate logs by using the `awslogs` log driver and a Lambda function to route logs to Datadog.


<div class="alert alert-warning"> Fargate logs sent via the log driver may have correlation limitations. Use the Firlens integration for comprehensive metrics, logs, and traces correlation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div class="alert alert-warning"> Fargate logs sent via the log driver may have correlation limitations. Use the Firlens integration for comprehensive metrics, logs, and traces correlation.
<div class="alert alert-warning">Fargate logs sent through the log driver may have correlation limitations. Use the FireLens integration for comprehensive metrics, logs, and traces correlation.
</div>

1. Define the log driver as `awslogs` in the application container in the task or job you want to collect logs from. [Consult the AWS Fargate developer guide][29] for instructions.

2. This configures your Fargate tasks or jobs to send log information to Amazon CloudWatch Logs. The following shows a snippet of a task/job definition where the awslogs log driver is configured:
Expand Down
Loading