IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RabbitMQ connection metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
RabbitMQ connection metricset
editThis is the connection
metricset of the RabbitMQ module.
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", "agent": { "hostname": "host.example.com", "name": "host.example.com" }, "event": { "dataset": "rabbitmq.connection", "duration": 115000, "module": "rabbitmq" }, "metricset": { "name": "connection" }, "rabbitmq": { "connection": { "channel_max": 65535, "channels": 8, "frame_max": 131072, "host": "::1", "name": "[::1]:60938 -\u003e [::1]:5672", "octet_count": { "received": 3764, "sent": 3840 }, "packet_count": { "pending": 0, "received": 376, "sent": 376 }, "peer": { "host": "::1", "port": 60938 }, "port": 5672, "type": "network" }, "node": { "name": "nodename" }, "vhost": "/" }, "service": { "address": "127.0.0.1:53939", "type": "rabbitmq" }, "user": { "name": "guest" } }