degica / barcelona

PaaS built on top of AWS
MIT License
52 stars 6 forks source link

Logentries should not overload task definition #406

Open k2nr opened 7 years ago

k2nr commented 7 years ago

Currently Lognetreis plugin 2 things

This way, container logs do not go to CloudWatch Logs but Logentries directly. Since we use this plugin, we can't add new logging features based on CloudWatch Logs e.g. bcn logs [something]

So I propose to rewrite logentries plugin as follows

k2nr commented 7 years ago
k2nr commented 4 years ago

Firelens has been released https://aws.amazon.com/jp/about-aws/whats-new/2019/11/aws-launches-firelens-log-router-for-amazon-ecs-and-aws-fargate/ This is basically Amazon-manged fluentd solution. Instead of writing log forwarder based on CloudWatch Logs, we can just stream logs into Firelens and let users decide destinations.