Skip to content

add basic docs on firelens #1383

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 3 commits into from
Jul 23, 2024
Merged
Changes from all commits
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
13 changes: 13 additions & 0 deletions content/en/user-guide/aws/ecs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,19 @@ $ curl http://localhost:4566/_localstack/health

You can now create ECS tasks on Kubernetes by following the steps in the [Getting Started](#getting-started) section.

## Firelens for ECS Tasks

{{< callout >}}
Firelens emulation is currently available as part of the **LocalStack Enterprise** plan.
If you'd like to try it out, please [contact us](https://www.localstack.cloud/demo) to request access.
{{< /callout >}}

LocalStack's ECS emulation supports custom log routing via FireLens.
FireLens allows the ECS service to manage the configuration of the logging driver of application containers, and to create the proper configuration for the `fluentbit`/`fluentd` logging layer.

However the current implementation of FireLens does not support [custom configurations via S3 buckets](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/firelens-taskdef.html#firelens-taskdef-customconfig).
Additionally, you cannot use ECS on Kubernetes with FireLens.

## Resource Browser

The LocalStack Web Application provides a Resource Browser for managing ECS clusters & task definitions.
Expand Down