Glue scripts for converting AWS Service Logs for use in Athena
-
Updated
Feb 1, 2024 - Python
Glue scripts for converting AWS Service Logs for use in Athena
A sample solution for converting CloudFront Real-time log records into time-series metrics for monitoring.
This repository provides infrastructure and code to parse CloudFront real-time logs and convert these logs into CloudWatch custom metrics. These Custom metrics in CloudWatch can provide low-level insight into how well a CloudFront distribution is performing and even enable monitoring the operational health of specific CloudFront edge locations. …
Terraform module / AWS Lambda function to import CloudFront from S3 to CloudWatch Logs
When AWS CloudFront is configured to deliver access logs, it can be a chore to parse, aggregate, and organize all of the data. Each access log is ~5 KB and thousands can easily stack up within a week. CloudFrontAccessLogsToExcel offers 2 solutions: a cloud solution that will run without intervention on a schedule defined by a Cron expression and…
Add a description, image, and links to the cloudfront-logs topic page so that developers can more easily learn about it.
To associate your repository with the cloudfront-logs topic, visit your repo's landing page and select "manage topics."