lb-id
will be automatically created in the bucket for request logs.[$stgw_request_id] [$time_local] [$protocol_type] [$server_addr:$server_port] [$server_name] [$remote_addr:$remote_port] [$status] [$upstream_status] [$proxy_host] [$request] [$request_length] [$bytes_sent] [$http_host] [$http_user_agent] [$http_referer][$request_time] [$upstream_response_time] [$upstream_connect_time] [$upstream_header_time] [$tcpinfo_rtt] [$connection] [$connection_requests] [$ssl_handshake_time] [$ssl_cipher] [$ssl_protocol] [$ssl_session_reused]
Variable | Description |
stgw_request_id | Request ID. |
time_local | Access time and time zone, such as "01/Jul/2019:11:11:00 +0800" where "+0800" represents UTC+8, i.e., Beijing time. |
protocol_type | Protocol type (HTTP/HTTPS/SPDY/HTTP2/WS/WSS). |
server_addr:server_port | Destination IP and port of request. |
server_name | Rule's server_name , i.e., server name. |
remote_addr:remote_port | Client IP and port. |
status | Status code returned by CLB to client. |
upstream_status | Status code returned by RS to CLB instance. |
proxy_host | Stream ID. |
request | Request line. |
request_length | Number of bytes of request received from client. |
bytes_sent | Number of bytes sent to client. |
http_host | Request domain name. |
http_user_agent | user_agent field of the HTTP header. |
http_referer | HTTP request source. |
request_time | Request processing time. The timing begins when the first byte is received from the client and stops when the last byte is sent to the client, i.e., the total time the whole process takes, where the client request reaches a CLB instance, the CLB instance forwards the request to an RS, the RS responds and sends data to the CLB instance, and finally the CLB instance forwards the data to the client. |
upstream_response_time | The time that an entire backend request process takes. The timing begins when a CLB instance connects with an RS and stops when the RS receives the request and responds. |
upstream_connect_time | The time it takes to establish a TCP connection with an RS. The timing begins when a CLB instance connects with an RS and stops when it sends the HTTP request. |
upstream_header_time | The time it takes to receive an HTTP header from the RS. The timing begins when a CLB instance connects with an RS and stops when the HTTP response header is received from the RS. |
tcpinfo_rtt | TCP connection RTT. |
connection | Connection ID. |
connection_requests | Number of connection requests. |
ssl_handshake_time | The time that an SSL handshake takes. |
ssl_cipher | SSL cipher suite. |
ssl_protocol | SSL protocol version. |
ssl_session_reused | SSL SESSION reuse. |
Was this page helpful?