Added support for AWS logging #165
jayjb
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have added support for AWS logging. If you use the new
docker-compose-aws-logging*.yml
file in yourdocker-compose
flow, it will automatically try send the logs from your server to AWS Cloudwatch. This is what it looks like in the compose file:You'll notice that we have included two new environment variables too. These are
CANARYTOKENS_LOGGING_REGION
: the region in which you would like the logs sent in CloudWatch (the default iseu-west-1
)CANARYTOKENS_LOGGING_GROUP
: the log group name you would like the logs sent to in CloudWatch (the default iscanarytokens
)You can override these by:
canarytokens-docker
repo..env
file and add the required environment variables you would like to override:Beta Was this translation helpful? Give feedback.
All reactions