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", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "metricset": { "host": "localhost:15672", "module": "rabbitmq", "name": "connection", "rtt": 115 }, "rabbitmq": { "connection": { "channel_max": 0, "channels": 1, "frame_max": 4096, "host": "127.0.0.1", "name": "127.0.0.1:42256 -\u003e 127.0.0.1:5672", "node": "rabbit@lake", "octet_count": { "received": 1025, "sent": 1056 }, "packet_count": { "pending": 0, "received": 50, "sent": 49 }, "peer": { "host": "127.0.0.1", "port": 42256 }, "port": 5672, "type": "network", "user": "guest", "vhost": "/" } } }