Skip to content

Added logging details for ECS #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 8, 2016
Merged

Added logging details for ECS #343

merged 2 commits into from
Dec 8, 2016

Conversation

DorrinPk
Copy link
Contributor

@DorrinPk DorrinPk commented Dec 7, 2016

No description provided.

@wumintendy
Copy link
Collaborator

this looks good, ship it!

Copy link
Collaborator

@jlevy jlevy left a comment

Choose a reason for hiding this comment

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

Thanks @DorrinPk ! Just one request...

@@ -1200,6 +1200,7 @@ ECS
- If you want fast fleet-wide pulls of large images, you’ll need to push your image into a region-local registry.
- Doesn’t support custom domains / certificates.
- A container's health is monitored via [CLB](#clb) or [ALB](#alb). Those can also be used to address a containerized service. When using an ALB you do not need to handle port contention (i.e. services exposing the same port on the same host) since an ALB’s target groups can be associated with ECS-based services directly.
- ECS supports multiple log drivers (awslogs, splunk, fluentd, syslog, json, ... ). Use `awslogs` for cloudwatch (make sure a group is made for the logs first). Drivers such as fluentd are not enable by default. To do so, install the agent and enable the driver by adding `ECS_AVAILABLE_LOGGING_DRIVERS='["awslogs","fluentd"]'` to `/etc/ecs/ecs.config`.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This looks great. Only request: Any link you can add to docs and/or to awslogs page?

Also non-blocking nit: cloudwatch -> CloudWatch, json -> JSON

@jlevy jlevy merged commit 232876a into open-guides:master Dec 8, 2016
@jlevy
Copy link
Collaborator

jlevy commented Dec 8, 2016

👍 Thanks!

jlevy added a commit that referenced this pull request Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants