Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fluentbit/ecs-fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This template provides a starting point for deploying Fluentbit as a sidecar con

### How to add Fluentbit as a sidecar container in an ECS Fargate task

ECS Fargate allows us to add a fluentbit container as a sidecar, the term sidecar here simply means that container is running in the same ECS task as the applcation container.
ECS Fargate allows us to add a fluentbit container as a sidecar, the term sidecar here simply means that the container is running in the same ECS task as the application container.

AWS supports adding Fluentbit as a sidecar using a FireLens configuration.

Expand All @@ -14,7 +14,7 @@ In order to configure Fluentbit as a sidecar container in an ECS Fargate task, y

When using the Fluentbit for AWS container image, you need to embed your configuration file in the Image itself. This is because the Fluentbit for AWS image already has a default configuration that is required for the integration to work. When we embed our configuration file in the image, it runs alongside the default configuration.

Once the your fluentbit image is created it needs to be pushed to ECR or any other publicy accessible container registry.
Once your fluentbit image is created it needs to be pushed to ECR or any other publically accessible container registry.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Once your fluentbit image is created it needs to be pushed to ECR or any other publically accessible container registry.
Once your fluentbit image is created it needs to be pushed to ECR or any other publicly accessible container registry.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for the PR, just a minor change here.


Create a configuration file. For example, extra.conf:

Expand Down Expand Up @@ -153,4 +153,4 @@ The JSON example above can be used to deploy via the AWS Console or API. Note th

When using this Cloudformation template you will need to modify it to suit your needs. You should start by replacing the [app container definition](template.yaml#72-#87) in the task to your own.

Once the template is modified, you can deploy it using the AWS Console or CLI.
Once the template is modified, you can deploy it using the AWS Console or CLI.