Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
The script cannot handle gzip files coming from an Application Load Balancer (ALB) #1
Comments
|
Thanks for reporting this! In a few weeks we will launch an improvement to our S3 ingestion feature that will ingest ALB logs so you could wait for that feature or improve the script |
|
@mostlyjason Cool, we'll use that when it's available then. In the meantime, I hacked this together: srxp10@18f681f feel free to use it. |
The new Application Loadbalancer (ALB) from AWS stores it's access logs in a slightly different format to S3 than the classic ELB.
Source: https://atombrenner.blogspot.fr/2017/02/how-to-gunzip-aws-loadbalancer-logs.html
I'll see if I can write a pull request.