-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a Logsearch user, I want to analyze all my AWS logs so that I can get on top of my account #1
Comments
Use casesThe following use cases have been identified so far: LogsLog data usually needs to be read from S3 buckets, either by polling, or preferably after receiving a log delivery push notification (meanwhile available as a generic S3 object creation notification).
EventsEvents generate push notifications, but the common and preferred pattern for consuming them reliably is subscribing an Amazon SQS queue to a SNS topic and consuming SQS messages in turn, see Queues/Streams below
Queues/StreamsQueues/Streams usually need to be polled by workers that are auto scaling based on queue/stream metrics.
|
Log formatsThe following log formats have been identified so far: JSONMost logs and events are facilitating JSON these days, and AWS has stated that they aim to converge to only a few schemata for this purpose. CSVSome logs like e.g. Amazon CloudFront and Amazon S3 are facilitating the common structured web server log formats. The AWS Account Billing Data is logged in CSV. |
Billing Logs started in 8c96bb7 |
This epic basically resembles the raison d'être for this project/repository. It will be broken down into separate stories per specific use case resp. AWS log type and mainly serves as a wrapper for gathering information until more appropriate contexts are available.
The text was updated successfully, but these errors were encountered: