WARNING: Version 6.2 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.
ZooKeeper mntr metricset
editZooKeeper mntr metricset
editThe ZooKeeper mntr
metricset collects ZooKeeper monitoring statistics.
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": "2017-10-12T08:05:34.853Z", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "metricset": { "host": "zookeeper:2181", "module": "zookeeper", "name": "mntr", "rtt": 115 }, "zookeeper": { "mntr": { "approximate_data_size": 27, "ephemerals_count": 0, "latency": { "avg": 0, "max": 0, "min": 0 }, "num_alive_connections": 1, "outstanding_requests": 0, "packets": { "received": 2, "sent": 1 }, "server_state": "standalone", "version": "3.4.8--1, built on 02/06/2016 03:18 GMT", "watch_count": 0, "znode_count": 4 } } }