My application is storing logs in S3 in a specific format. But currently, I’m not able to view those logs directly. Can we use AWS CloudWatch to view those logs that are stored in S3?
When I checked, I saw that we can use CloudWatch Logs to create Log group and then store logs to that using cloudwatch agent. But is there a way to import logs from S3 to CloudWatch and view them on the cloudwatch logs section?
2
Answers
Yes you can but not directly,
Two options..
Option two is the best, good luck!
Possible alternative:
Consider using AWS Athena to view and query your application logs that are stored in S3.
For example, here’s a guide to using Athena to query CloudFront access logs that are stored in S3:
https://docs.aws.amazon.com/athena/latest/ug/cloudfront-logs.html