rapid7 / le_lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for new fields in CF logging - AWS added new fields on 12/9/19

NeckBeardPrince opened this issue · comments

• c-port – The port number of the request from the viewer.
• time-to-first-byte – The number of seconds between receiving the request and writing the first byte of the response, as measured on the server.
• x-edge-detailed-result-type – When the result type is an error, this field contains the specific type of error.
• sc-content-type – The value of the HTTP Content-Type header of the response.
• sc-content-len – The value of the HTTP Content-Length header of the response.
• sc-range-start – When the response contains the HTTP Content-Range header, this field contains the range start value.
• sc-range-end – When the response contains the HTTP Content-Range header, this field contains the range end value.

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#BasicDistributionFileFormat