docker compose can't change FirelensConfiguration/LogConfiguration
Description
- Current code makes it impossible to change
FirelensConfiguration. - I can't customize
LogConfigurationwithecs-compose.yml
Describe the results you received:
-
FirelensConfigurationis alwaysnil -
LogConfigurationalways usesawslog, I want to use another service, for exampleawsfirelens
Describe the results you expected:
-
FirelensConfigurationcan be changed withx-aws-cloudformationor a new parameter likex-aws-firelens-configuration -
LogConfigurationcan be changed withx-aws-cloudformationor a new parameter likex-aws-log-configuration
Additional information you deem important (e.g. issue happens only occasionally):
- Viewing logs on ECS is inconvenient, I need to push logs through other services like Loki of Grafana to be able to manage logs centrally
- https://github.com/docker/compose-cli/blob/main/ecs/convert.go#L124
- https://github.com/docker/compose-cli/blob/main/ecs/convert.go#L334-L336
Hey @nobiit Looking for some input for https://github.com/compose-x/ecs_composex/issues/600, i.e. how you'd like to be able to configure either everything, or having "shortcuts" settings that will generate the CFN config for the task definitions etc. automatically? Thanks a lot in advance :medal_sports:
@nobiit
I'am in the final phases of testing x-logging.FireLens (and logging.driver awsfirelens etc.).
I used the following to do all the testing and created a git repo just to go over the examples: https://github.com/compose-x/compose-x-firelens-examples
Anything in there not here you'd like to "see" ? Cheers,
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not recent activity during the stale period.