All Questions
1 question
0
votes
1
answer
428
views
How to pipe rails app's docker container logs to aws cloud-watch
I've rails app running with docker installed EC2 instance.
I'm struggling with piping my docker container logs(STDOUT) to AWS cloudwatch console.
I've already tried by installing awslogs agent on ec2 ...