You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.
Node 4.6's zlib seems to have a bug where only the first stream is returned in multi-stream gzip files. Here's some discussion: nodejs/node#5120
I don't know if AWS recently started concatenating ALB gzip log files, but I found that in a log file of several hundred requests, only the first couple requests were making it into Cloudwatch Logs.
If I download, uncompress, recompress, then re-upload to S3, all requests are parsed.
Also, just switching to Node 6.10 in Lambda solves the problem.
The text was updated successfully, but these errors were encountered:
jacobischwartz
changed the title
Only opens first new ALB logs when using Node 4.6
Only opens first few ALB logs when using Node 4.6
Apr 26, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Node 4.6's zlib seems to have a bug where only the first stream is returned in multi-stream gzip files. Here's some discussion:
nodejs/node#5120
I don't know if AWS recently started concatenating ALB gzip log files, but I found that in a log file of several hundred requests, only the first couple requests were making it into Cloudwatch Logs.
If I download, uncompress, recompress, then re-upload to S3, all requests are parsed.
Also, just switching to Node 6.10 in Lambda solves the problem.
The text was updated successfully, but these errors were encountered: