简体   繁体   中英

Cloudwatch Log event aggregation pattern?

I have a series of webservices and platform applications whose logs contain data about events pertinent to disparate parts of the overall platform. All of these logs are logged to Cloudwatch and my company is exclusively an AWS shop for new applications.

I would like to aggregate these log events in some sort of data store I can use to gain insights across the platform and conduct some predictive analytics based on the event data.

What would be my best options for designing this? My initial thought would be to Firehose the data into a Dynamo table but I would love some input from those more familiar with this type of problem.

First of all, Did you try CW Log Insight ?

Then, I believe you are much better off streaming your CW logs to ElasticSearch. There is native support for it and as ES is a pretty standard platform for log-analytics, chances are you will get better community support and better tool. Really save you the headaches you can get into trying to implement something new for DynamoDB

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM