WARNING: Version 5.3 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 consumergroup MetricSet
editkafka consumergroup MetricSet
editThis is the consumergroup metricset of the module kafka.
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", "type":"metricsets", "beat":{ "hostname":"localhost", "name":"localhost", "version": "6.0.0-alpha1" }, "metricset":{ "host":"localhost", "module":"kafka", "name":"consumergroup", "rtt":269 }, "kafka":{ "consumergroup":{ "id": "group", "topic": "test", "partition": 0, "client": { "host": "127.0.0.1", "id": "client0", "member_id": "client0-d20b677a-5740-433e-a7f8-fbdab1f0f150" }, "broker": { "address": "kafka0:9092", "id": 0 }, "error": { "code": 0 }, "meta": "", "offset": 0 } } }