WARNING: Version 5.4 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 Module
editHAProxy Module
editThis module collects stats from HAProxy. To configure
HAProxy to collect stats, you must enable the stats socket via TCP. For example,
to enable stats reporting via any local IP on port 14567, place this statement
under the global
or default
section of the haproxy config:
stats socket 127.0.0.1:14567
You should use an internal private IP, or secure this with a firewall rule, so that only designated hosts can access this data.
Compatibility
editThe HAProxy metricsets were tested with HAProxy 1.6 and are expected to work with all 1.6 versions.
Example Configuration
editThe HAProxy module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules: - module: haproxy metricsets: ["info", "stat"] enabled: true period: 10s hosts: ["tcp://127.0.0.1:14567"]
Metricsets
editThe following metricsets are available: