You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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, thelogConfiguration.logDriver
parameter is currently hardcoded toawslogs
and thelogConfiguration.options
parameter assumes we are using theawslogs
driver anyway.Describe the solution you'd like
To avoid breaking compatibility, a new
custom_logging
parameter would be nice, with genericdriver
(string
),options
(map(string)
) andsecret_options
(map(string)
) properties, mirroring the underlyingLogConfiguration
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
The text was updated successfully, but these errors were encountered: