awsdocs / amazon-ecs-developer-guide

The open source version of the Amazon ECS developer guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is the documentation for firelensConfiguration which should be part of task definition parameter

tkumark opened this issue · comments

in this page https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#container_definition_storage I do not see any information on firelensConfiguration parameter

    {
      "essential": true,
      "image": "amazon/aws-for-fluent-bit:latest",
      "name": "log_router",
      "firelensConfiguration": {
        "type": "fluentbit",
        "options": {
          "enable-ecs-log-metadata": "true"
        }
      },
      "memory": 128
    }

image

You can read about that here:
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html

I'll also update the task definition parameters page as it should be there as well.