You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
The ZooKeeper module fetches statistics from the ZooKeeper service. The default
metricset is mntr
and server
.
Compatibility
The ZooKeeper metricsets were tested with ZooKeeper 3.4.8 and are expected to work with all version
>= 3.4.0. Versions prior to 3.4 do not support the mntr
command.
Dashboard
The Zookeeper module comes with a predefined dashboard:

Example configuration
The ZooKeeper module supports the standard configuration options that are described in Specify which modules to run. Here is an example configuration:
metricbeat.modules: - module: zookeeper enabled: true metricsets: ["mntr", "server"] period: 10s hosts: ["localhost:2181"]
Metricsets
The following metricsets are available: