HAProxy 字段

haproxy 模块

haproxy

haproxy.frontend_name

接收并处理连接的前端(或监听器)的名称。

haproxy.backend_name

选择用于管理与服务器连接的后端(或监听器)的名称。

haproxy.server_name

连接发送到的最后一个服务器的名称。

haproxy.total_waiting_time_ms

在各种队列中等待的总时间,以毫秒为单位

type: long

haproxy.connection_wait_time_ms

等待建立到最终服务器的连接的总时间,以毫秒为单位

type: long

haproxy.bytes_read

当发出日志时,传输到客户端的总字节数。

type: long

haproxy.time_queue

在各种队列中等待的总时间,以毫秒为单位。

type: long

haproxy.time_backend_connect

等待建立到最终服务器的连接的总时间,包括重试,以毫秒为单位。

type: long

haproxy.server_queue

在此请求之前在服务器队列中处理的请求总数。

type: long

haproxy.backend_queue

在此请求之前在后端的全局队列中处理的请求总数。

type: long

haproxy.bind_name

接收连接的监听地址的名称。

haproxy.error_message

如果发生错误,HAProxy 记录的错误消息。

type: text

haproxy.source

日志的 HAProxy 源

type: keyword

haproxy.termination_state

会话结束时的会话状态。

haproxy.mode

前端运行的模式(TCP 或 HTTP)

type: keyword

connections

包含进程中活动连接的各种计数。

haproxy.connections.active

记录会话时,进程中的并发连接总数。

type: long

haproxy.connections.frontend

记录会话时,前端的并发连接总数。

type: long

haproxy.connections.backend

记录会话时,后端处理的并发连接总数。

type: long

haproxy.connections.server

记录会话时,服务器上仍处于活动状态的并发连接总数。

type: long

haproxy.connections.retries

此会话在尝试连接到服务器时遇到的连接重试次数。

type: long

client

有关发出请求的客户端的信息

haproxy.client.ip

type: alias

别名为: source.address

haproxy.client.port

type: alias

别名为: source.port

haproxy.process_name

type: alias

别名为: process.name

haproxy.pid

type: alias

别名为: process.pid

destination

目标信息

haproxy.destination.port

type: alias

别名为: destination.port

haproxy.destination.ip

type: alias

别名为: destination.ip

geoip

包含基于 client.ip 字段收集的 GeoIP 信息。仅当 GeoIP Elasticsearch 插件可用并使用时才存在。

haproxy.geoip.continent_name

type: alias

别名为: source.geo.continent_name

haproxy.geoip.country_iso_code

type: alias

别名为: source.geo.country_iso_code

haproxy.geoip.location

type: alias

别名为: source.geo.location

haproxy.geoip.region_name

type: alias

别名为: source.geo.region_name

haproxy.geoip.city_name

type: alias

别名为: source.geo.city_name

haproxy.geoip.region_iso_code

type: alias

别名为: source.geo.region_iso_code

http

请添加描述

response

与 HTTP 响应相关的字段

haproxy.http.response.captured_cookie

可选的“name=value”条目,指示客户端在响应中包含此 cookie。

haproxy.http.response.captured_headers

由于前端中存在“capture response header”语句,因此在响应中捕获的标头列表。

type: keyword

haproxy.http.response.status_code

type: alias

别名为: http.response.status_code

request

与 HTTP 请求相关的字段

haproxy.http.request.captured_cookie

可选的“name=value”条目,指示服务器已在其请求中返回 cookie。

haproxy.http.request.captured_headers

由于前端中存在“capture request header”语句,因此在请求中捕获的标头列表。

type: keyword

haproxy.http.request.raw_request_line

完整的 HTTP 请求行,包括方法、请求和 HTTP 版本字符串。

type: keyword

haproxy.http.request.time_wait_without_data_ms

等待服务器发送完整的 HTTP 响应(不包括数据)的总时间,以毫秒为单位。

type: long

haproxy.http.request.time_wait_ms

在收到第一个字节后,等待来自客户端的完整 HTTP 请求(不包括正文)的总时间,以毫秒为单位。

type: long

tcp

TCP 日志格式

haproxy.tcp.connection_waiting_time_ms

接受和最后关闭之间经过的总时间,以毫秒为单位

type: long