-
Notifications
You must be signed in to change notification settings - Fork 100
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
Issue with FARGATE 1.4.0 #59
Comments
Same issue I am getting while adding a custom key for stdout logs example link It is working fine if we run the one-off task with platform version 1.3.0.
|
S3 config file for FireLens when using Fargate is not supported. I am building a whole integration / wrapper around this which will use a sidecar that will first pull the file from "anywhere", |
This post has an example of how to set up a reference to using a config file |
Trying to use awsfirelens and send to multiple destinations.
Created fluentbit config and uploaded to S3:
And TaskDefintion using yml:
In Cloudformaion during creation I see all the time message:
If I set PlatformVersion: 1.3.0 for Service - all works just fine.
Seems like I can't use LogConfiguartion with just LogDriver: awsfirelens and no options.
Tried to add also options for 'cloudwatch' was thinking that it will be added to 2 existing [OUTPUTS] in config file.
But see exactly same issue.
awsfirelens also works with "file" config-file-type.
But clearly there is issue when config-file-type==s3 and LogConfigration has just LogDriver: awsfirelens but no options.
The text was updated successfully, but these errors were encountered: