本文介绍负载均衡七层访问日志的字段详情。
日志字段 | 说明 |
__topic__ | 日志主题,固定为slb_layer7_access_log。 |
owner_id | 阿里云账号ID |
region | 实例所在地域 |
instance_id | 实例ID |
instance_name | 实例名 |
network_type | 网络类型,包括:
|
vpc_id | VPC ID |
body_bytes_sent | 发送给客户端的Body字节数 |
client_ip | 客户端IP地址 |
threat_client_ip | 客户端IP地址的威胁情报。更多信息,请参见威胁情报字段。 |
client_port | 客户端端口 |
host | 优先从请求参数中获取host。如果获取不到,则从host header中取值。如果还是获取不到,则以处理请求的后端服务器IP地址作为host。 |
http_host | 请求报文host header的内容 |
http_referer | Proxy收到的请求报文中HTTP referer header的内容 |
http_user_agent | Proxy收到的请求报文中HTTP user-agent的内容 |
http_x_forwarded_for | Proxy收到的请求报文中HTTP x-forwarded-for header的内容 |
http_x_real_ip | 真实的客户端IP地址 |
read_request_time | Proxy读取请求的时间,单位:毫秒。 |
request_length | 请求报文的长度,包括startline、HTTP header和HTTP Body。 |
request_method | 请求方法 |
request_time | Proxy收到第一个请求报文的时间到proxy返回应答之间的间隔时间,单位:秒。 |
request_uri | Proxy收到的请求报文的URI |
scheme | 请求的Scheme |
server_protocol | Proxy收到的HTTP协议的版本 |
slb_vport | SLB的监听端口 |
slbid | SLB实例ID |
ssl_cipher | 使用的cipher |
ssl_protocol | 建立SSL连接所使用的协议 |
status | Proxy应答报文的状态 |
tcpinfo_rtt | 客户端的tcp rtt时间,单位:微秒。 |
time | 日志记录时间 |
upstream_addr | 后端服务器的IP地址和端口 |
upstream_response_time | 从SLB向后端建立连接开始到接受完数据然后关闭连接为止的时间,单位:秒。 |
upstream_status | Proxy收到的后端服务器的响应状态码 |
vip_addr | VIP地址 |
write_response_time | Proxy写的响应时间,单位:毫秒。 |