We have multiple Ec2 servers running and they have a tendency to be started and shut down at unpredictable times (based on load etc). What is the best way to collate and aggregate logs from them in one location?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Install rsyslog on your Ec2 image and have them transfer the logs to a central server. |
|||
|
|
|
Have the server ftp or email then to you at instance startup. We have a script running that takes care of this (and some other housekeeping). |
|||
|