How can add custom logs to CloudWatch?
I have the default logs like this:
/aws/elasticbeanstalk/InstanceName/var/log/eb-activity.log
And I already added a file,
files:
"/opt/elasticbeanstalk/tasks/bundlelogs.d/applogs.conf" :
mode: "000755"
owner: root
group: root
content: |
/var/app/current/logs/*
"/opt/elasticbeanstalk/tasks/taillogs.d/cloud-init.conf" :
mode: "000755"
owner: root
group: root
content: |
/var/app/current/logs/*