Nijisha Kg
Nijisha Kg

Reputation: 581

Log4j appenders for logging into S3

I would like to save the logs while creating, updating, terminating an Ec2 instance into an external storage like S3. if it is possible what is the protocol? In the case of Auto_Scaling how we can track the instances? how to find which machine is created, in which region and all? can we use synchronized / Asynchronized Log4j Appenders for this?

Thanks in advance..

Upvotes: 5

Views: 14470

Answers (2)

Slobodan Pejic
Slobodan Pejic

Reputation: 552

I've found this S3Appender project, but have not had a chance to try it yet.

Upvotes: 1

poohdedoo
poohdedoo

Reputation: 1268

Did you try this? S3Appender is a log4net appender that stores log events in either a MemoryStream or FileStream and sends them to S3 based on time intervals and size thresholds. http://s3appender.codeplex.com/

Upvotes: 1

Related Questions