WARNING: Version 6.0 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
HAProxy info metricset
editHAProxy info metricset
editThe HAProxy info
metricset collects general information about HAProxy processes.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2016-05-23T08:05:34.853Z", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "haproxy": { "info": { "compress": { "bps": { "in": 0, "out": 0, "rate_limit": 0 } }, "connection": { "current": 0, "hard_max": 4000, "max": 4000, "rate": { "limit": 0, "max": 0, "value": 0 }, "ssl": { "current": 0, "max": 0, "total": 0 }, "total": 13 }, "idle": { "pct": 1 }, "memory": { "max": { "bytes": 0 } }, "pid": 7, "pipes": { "free": 0, "max": 0, "used": 0 }, "process_num": 1, "processes": 1, "requests": { "total": 13 }, "run_queue": 1, "session": { "rate": { "limit": 0, "max": 0, "value": 0 } }, "sockets": { "max": 8032 }, "ssl": { "backend": { "key_rate": { "max": 0, "value": 0 } }, "cache_misses": 0, "cached_lookups": 0, "frontend": { "key_rate": { "max": 0, "value": 0 }, "session_reuse": { "pct": 0 } }, "rate": { "limit": 0, "max": 0, "value": 0 } }, "tasks": 5, "ulimit_n": 8032, "uptime": { "sec": 346 }, "zlib_mem_usage": { "max": 0, "value": 0 } } }, "metricset": { "host": "haproxy:14567", "module": "haproxy", "name": "info", "rtt": 115 }, "type": "metricsets" }