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.
kafka partition MetricSet
editkafka partition MetricSet
editThis is the partition metricset of the module kafka.
Configuration
editAs the partition metricset fetches the data from the complete Kafka cluster, only one connection host has to be defined. Currently if multiple hosts are defined, the data is fetched multiple times. Support for multiple initial connections host is planned to be added in future releases.
Metricset
editThe current implementation of the partition metricset fetches the data for all leader partitions. Data for the replicas is not available yet.
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" }, "kafka": { "partition": { "broker": { "address": "kafka:9092", "id": 0 }, "offset": { "newest": 11, "oldest": 0 }, "partition": { "id": 0, "insync_replica": true, "leader": 0, "replica": 0 }, "topic": { "name": "test-metricbeat-70692474374989458" } } }, "metricset": { "host": "kafka:9092", "module": "kafka", "name": "partition", "rtt": 115 }, "type": "metricsets" }