Skip to content

Commit d846db2

Browse files
committed
add optional fields from rtmp logs
1 parent 7b24312 commit d846db2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const formats = {
1717
'rtmp_v1.0': [
1818
'date', 'time', 'x-edge-location', 'c-ip', 'x-event',
1919
'sc-bytes', 'x-cf-status', 'x-cf-client-id', 'cs-uri-stem',
20-
'cs-uri-query', 'c-referrer', 'x-page-url', 'c-user-agent'
20+
'cs-uri-query', 'c-referrer', 'x-page-url', 'c-user-agent',
21+
'x-sname', 'x-sname-query', 'x-file-ext', 'x-sid'
2122
]
2223
};
2324

0 commit comments

Comments
 (0)