Import Custom Logs from S3 to CloudWatch

0

Hi,

We are trying to import custom logs saved in S3 bucket in csv format to CloudWatch. We would like to display these logs in CloudWatch as Reports or Dashboards. Could anyone suggest on this?

asked 2 years ago2545 views
1 Answer
1
Accepted Answer

One option could be to analyze the logs with Amazon Athena and then view with QuickSight. Other option is that in the case of a service that only publishes its logs to S3, a common practice is to use an AWS Lambda function triggered by an Amazon S3 event notification to write the logs into your CloudWatch log groups.

profile pictureAWS
EXPERT
answered 2 years ago
  • Hey, Can you please share the steps for Importing Custom Logs from S3 to CloudWatch

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions