amazon-ecs-logs-collector icon indicating copy to clipboard operation
amazon-ecs-logs-collector copied to clipboard

The script will be used to collect general os logs as well as Docker and ecs-agent logs, it also support to enable debug mode for docker and ecs-agent in Amazon Linux.

Results 6 amazon-ecs-logs-collector issues
Sort by recently updated
recently updated
newest added

### Summary If `start ecs` fails, the log collector can hang indefinitely. We should change this to retry, and also report logs even if this command fails.

bug

### Summary ### Description When customers run Logs Collector and submit the resulting log, it is difficult to mask the values obtained from the SSM parameter store one by one....

### Summary Modification for #78 ### Implementation details Details on #78 ### Testing - [x] Works properly on Amazon Linux - [X] Works properly on Amazon Linux 2 - [X]...

### Summary Addition of disable-debug mode to ECS Logs Collector will help in disabling debug mode previously enabled for the Docker daemon and the Amazon ECS Container Agent. ### Description...

### Summary Reintroduce logging of container information and ecs.config file contents. ### Implementation details ecs.config logging: Collects ecs.config into the logs. Prevents commonly misconfigured variables that may be secrets from...

### Summary It would be nice to include [SSM agent logs](https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html) in the capture. ### Description Customers may have automations or scripts that alter the behaviour of their EC2 Instances....