aws / aws/containers-roadmap

I want to be able to send different type of logs to different log groups

Open
#335 4 comments 16 reactions 0 assignees View on GitHub
ECS Proposed
Dominant language
Shell
Stars
5.4k
Forks
334
PR merge metrics
No merged PRs in 30d

Description

I want to send three different type of application logs to different log groups using AWS Log Driver to Cloud Watch Logs.

How do I configure that in task.json file.
Suppose I have

1. System Logs

2. Audit Logs

3. Trace Logs

and I want all of these to be in their own Log Groups. How do I configure that? Below is my Task.json file

```
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "lt-stg-secops",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "transactions-stg-secops"
}
```

Contributor guide

Open the contributing guide

Research direction

Review the task.json logConfiguration using the awslogs driver, including awslogs-group, awslogs-region, and awslogs-stream-prefix. Determine whether separate system, audit, and trace log groups can be configured for the requested AWS Log Driver and CloudWatch Logs setup. Done means the supported configuration or required capability is clearly established.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
cloud, observability-sre
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.