Skip to content

Commit b35cba2

Browse files
committed
Support for new fields added to web logs 2019-12
1 parent f93e3c6 commit b35cba2

File tree

7 files changed

+1987
-4
lines changed

7 files changed

+1987
-4
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ const formats = {
1111
'x-edge-result-type', 'x-edge-request-id', 'x-host-header',
1212
'cs-protocol', 'cs-bytes', 'time-taken', 'x-forwarded-for',
1313
'ssl-protocol', 'ssl-cipher', 'x-edge-response-result-type',
14-
'cs-protocol-version'
14+
'cs-protocol-version', 'fle-status', 'fle-encrypted-fields',
15+
'c-port', 'time-to-first-byte', 'x-edge-detailed-result-type',
16+
'sc-content-type', 'sc-content-len', 'sc-range-start',
17+
'sc-range-end'
1518
],
1619

1720
'rtmp_v1.0': [

0 commit comments

Comments
 (0)