What's a good way to collect logs from Amazon EC2 instances?

前端 未结 8 2478
野的像风
野的像风 2020-12-24 06:02

My app is hosted on an Amazon EC2 cluster. Each instance writes events to log files. I need to collect (and data mine) over these logs at the end of each day. What\'s a reco

8条回答
  •  失恋的感觉
    2020-12-24 06:30

    I've been using Loggly and it seems to do the trick

    http://loggly.com/

    It allows me to send all my logs through tcp to their service and have a central place to monitor all my log files,

    It also allows me to archive my log files to S3 which is nice too

提交回复
热议问题