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
I have defined the aws-fluent-bit logging for my service and the logs for the main container are published to my configured log destination as expected but it appears that any sidecars defined in the service are not sent to aws-fluent-bit but instead are sent to the default awslogs driver. How can I ensure all my containers or at least configure a subset of my sidecards to use the aws-fluent-bit logging?
Description:
I have defined the
aws-fluent-bit
logging for my service and the logs for the main container are published to my configured log destination as expected but it appears that any sidecars defined in the service are not sent toaws-fluent-bit
but instead are sent to the defaultawslogs
driver. How can I ensure all my containers or at least configure a subset of my sidecards to use theaws-fluent-bit
logging?Details:
Example:
Observed result:
Logs for only the main
api
container are available in Datadog. All other logs are sent to CloudWatch.Expected result:
Logs for
mysidecar
container are also available in Datadog.Debugging:
The text was updated successfully, but these errors were encountered: