This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
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.
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
For a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2019-03-01T08:05:34.853Z", "event": { "dataset": "rabbitmq.connection", "duration": 115000, "module": "rabbitmq" }, "metricset": { "name": "connection", "period": 10000 }, "rabbitmq": { "connection": { "channel_max": 65535, "channels": 2, "client_provided": { "name": "Connection2" }, "frame_max": 131072, "host": "::1", "name": "[::1]:60940 -\u003e [::1]:5672", "octet_count": { "received": 3057, "sent": 3344 }, "packet_count": { "pending": 0, "received": 352, "sent": 352 }, "peer": { "host": "::1", "port": 60940 }, "port": 5672, "state": "running", "type": "network" }, "node": { "name": "nodename" }, "vhost": "/" }, "service": { "address": "127.0.0.1:55555", "type": "rabbitmq" }, "user": { "name": "guest" } }