We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
host
1 parent 8932900 commit 114d321Copy full SHA for 114d321
server/lib/config/nginx.conf
@@ -17,7 +17,7 @@ events {
17
}
18
19
http {
20
- log_format main escape=json '@cee:{"nginx":{"v0":{'
+ log_format main escape=json '@cee:{"nginx":{"v1":{'
21
'"body_bytes_sent": $body_bytes_sent, '
22
'"bytes_sent": $bytes_sent, '
23
'"connection": $connection, '
@@ -44,10 +44,12 @@ http {
44
'}, '
45
'"server": {'
46
'"name": "$server_name", '
47
+ '"host": "$host", '
48
'"port": "$server_port"'
49
50
'"status": $status, '
51
'"time": "$time_iso8601", '
52
+ '"type": "HTTP", '
53
'"upstream": {'
54
'"connect_time": "$upstream_connect_time", '
55
'"header_time": "$upstream_header_time", '
0 commit comments