5

AWS CloudWatch Logs

 2 years ago
source link: https://www.cloudkarafka.com/blog/aws-cloudwatch-logger.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

AWS CloudWatch Logs

Written by Mona Dadoun

2018-08-23

We're excited to announce that we are now integrated with AWS CloudWatch Logs

It is now possible to ship CloudKarafka logs of dedicated instances to AWS CloudWatch Logs.
You can use AWS CloudWatch Logs to access your CloudKarafka log files.
You can find all CloudKarafka integration options under Integration tab in the control panel for your instances. Cloudwatch Logs integration
To submit logs to CloudWatch Logs, you need to create an IAM user with programmatic access and the following permissions: CreateLogGroup, CreateLogStream, DescribeLogGroups, DescribeLogStreams and PutLogEvents. Copy the following JSON and enter it in AWS console when creating IAM user permissions.

{ "Effect": "Allow", "Action": [ "logs:CreateLogGroup", "logs:CreateLogStream", "logs:DescribeLogGroups", "logs:DescribeLogStreams", "logs:PutLogEvents"], "Resource": "*" }

Choose an appropriate region and enter the Amazon Access Key ID and Secret Access Key of your Amazon account and press Enable. When you've completed the steps above, you should be able to see your logs at CloudWatch Logs. Enjoy!

Enjoy this article? Don't forget to share it with others. 😉


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK