Please register at Cloud Governance Platform
We make use of SQS to push the logs through and monitor them as well.
Instructions on Using:
Add the following snippet to log4j.xmlFor S3Log4jAppender:
For S3_SQS log4j appender:
sqsQueueName - Amazon SQS queue name(for storing logs)
awsAccessKeyId -
awsSecretAccessKey -
s3Path - is the S3 path where logs are uploaded
maxMessageCount - is the max message count for the local buffer(when the local buffer is full then all messages from this buffer are transferred to S3 system)