Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

[ECS] Setup alternative log drivers & allow FireLens configuration #4885

Open
izeau opened this issue Aug 15, 2023 · 0 comments
Open

[ECS] Setup alternative log drivers & allow FireLens configuration #4885

izeau opened this issue Aug 15, 2023 · 0 comments
Labels

Comments

@izeau
Copy link

izeau commented Aug 15, 2023

Is your feature request related to a problem? Please describe.
I would like to use the AWS FireLens log driver to send logs to Datadog. Unfortunately there appears to be no way to set the required firelensConfiguration parameter, the logConfiguration.logDriver parameter is currently hardcoded to awslogs and the logConfiguration.options parameter assumes we are using the awslogs driver anyway.

Describe the solution you'd like
To avoid breaking compatibility, a new custom_logging parameter would be nice, with generic driver (string), options (map(string)) and secret_options (map(string)) properties, mirroring the underlying LogConfiguration data type.

Describe alternatives you've considered
I’m considering using Waypoint but this missing feature is annoying.

Explain any additional use-cases
None off the top of my head

Additional context
None at the time, maybe later

@izeau izeau added the new label Aug 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant