- Metricbeat Reference: other versions:
- Overview
- Getting started with Metricbeat
- Setting up and running Metricbeat
- Upgrading Metricbeat
- How Metricbeat works
- Configuring Metricbeat
- Specify which modules to run
- Specify general settings
- Load external configuration files
- Configure the internal queue
- Configure the output
- Specify SSL settings
- Filter and enhance the exported data
- Parse data by using ingest node
- Set up project paths
- Set up the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- Autodiscover
- YAML tips and gotchas
- Regular expression support
- HTTP Endpoint
- metricbeat.reference.yml
- Modules
- Aerospike module
- Apache module
- Ceph module
- Couchbase module
- Docker module
- Dropwizard module
- Elasticsearch module
- Elasticsearch cluster_stats metricset
- Elasticsearch index metricset
- Elasticsearch index_recovery metricset
- Elasticsearch index_summary metricset
- Elasticsearch ml_job metricset
- elasticsearch ml_job MetricSet
- Elasticsearch node metricset
- Elasticsearch node_stats metricset
- Elasticsearch pending_tasks metricset
- elasticsearch pending_tasks MetricSet
- Elasticsearch shard metricset
- envoyproxy module
- Etcd module
- Golang module
- Graphite module
- HAProxy module
- HTTP module
- Jolokia module
- Kafka module
- Kibana module
- Kubernetes module
- Kubernetes apiserver metricset
- Kubernetes container metricset
- Kubernetes event metricset
- Kubernetes node metricset
- Kubernetes pod metricset
- Kubernetes state_container metricset
- Kubernetes state_deployment metricset
- Kubernetes state_node metricset
- Kubernetes state_pod metricset
- Kubernetes state_replicaset metricset
- Kubernetes state_statefulset metricset
- Kubernetes system metricset
- Kubernetes volume metricset
- kvm module
- Logstash module
- Memcached module
- MongoDB module
- Munin module
- MySQL module
- Nginx module
- PHP_FPM module
- PostgreSQL module
- Prometheus module
- RabbitMQ module
- Redis module
- System module
- System core metricset
- System cpu metricset
- System diskio metricset
- System filesystem metricset
- System fsstat metricset
- System load metricset
- System memory metricset
- System network metricset
- System process metricset
- System process_summary metricset
- System raid metricset
- System socket metricset
- System uptime metricset
- traefik module
- uwsgi module
- vSphere module
- Windows module
- ZooKeeper module
- Exported fields
- Aerospike fields
- Apache fields
- Beat fields
- Ceph fields
- Cloud provider metadata fields
- Common fields
- Couchbase fields
- Docker fields
- Docker fields
- Dropwizard fields
- Elasticsearch fields
- envoyproxy fields
- Etcd fields
- Golang fields
- Graphite fields
- HAProxy fields
- Host fields
- HTTP fields
- Jolokia fields
- Kafka fields
- Kibana fields
- Kubernetes fields
- Kubernetes fields
- kvm fields
- Logstash fields
- Memcached fields
- MongoDB fields
- Munin fields
- MySQL fields
- Nginx fields
- PHP_FPM fields
- PostgreSQL fields
- Prometheus fields
- RabbitMQ fields
- Redis fields
- System fields
- traefik fields
- uwsgi fields
- vSphere fields
- Windows fields
- ZooKeeper fields
- Monitoring Metricbeat
- Securing Metricbeat
- Troubleshooting
- Contributing to Beats
RabbitMQ fields
editRabbitMQ fields
editRabbitMQ module
rabbitmq fields
editconnection fields
editconnection
-
rabbitmq.connection.name
-
type: keyword
The name of the connection with non-ASCII characters escaped as in C.
-
rabbitmq.connection.vhost
-
type: keyword
Virtual host name with non-ASCII characters escaped as in C.
-
rabbitmq.connection.user
-
type: keyword
User name.
-
rabbitmq.connection.node
-
type: keyword
Node name.
-
rabbitmq.connection.channels
-
type: long
The number of channels on the connection.
-
rabbitmq.connection.channel_max
-
type: long
The maximum number of channels allowed on the connection.
-
rabbitmq.connection.frame_max
-
type: long
format: bytes
Maximum permissible size of a frame (in bytes) to negotiate with clients.
-
rabbitmq.connection.type
-
type: keyword
Type of the connection.
-
rabbitmq.connection.host
-
type: keyword
Server hostname obtained via reverse DNS, or its IP address if reverse DNS failed or was disabled.
-
rabbitmq.connection.peer.host
-
type: keyword
Peer hostname obtained via reverse DNS, or its IP address if reverse DNS failed or was not enabled.
-
rabbitmq.connection.port
-
type: long
Server port.
-
rabbitmq.connection.peer.port
-
type: long
Peer port.
-
rabbitmq.connection.packet_count.sent
-
type: long
Number of packets sent on the connection.
-
rabbitmq.connection.packet_count.received
-
type: long
Number of packets received on the connection.
-
rabbitmq.connection.packet_count.pending
-
type: long
Number of packets pending on the connection.
-
rabbitmq.connection.octet_count.sent
-
type: long
Number of octets sent on the connection.
-
rabbitmq.connection.octet_count.received
-
type: long
Number of octets received on the connection.
exchange fields
editexchange
-
rabbitmq.exchange.name
-
type: keyword
The name of the queue with non-ASCII characters escaped as in C.
-
rabbitmq.exchange.vhost
-
type: keyword
Virtual host name with non-ASCII characters escaped as in C.
-
rabbitmq.exchange.durable
-
type: boolean
Whether or not the queue survives server restarts.
-
rabbitmq.exchange.auto_delete
-
type: boolean
Whether the queue will be deleted automatically when no longer used.
-
rabbitmq.exchange.internal
-
type: boolean
Whether the exchange is internal, i.e. cannot be directly published to by a client.
-
rabbitmq.exchange.user
-
type: keyword
User who created the exchange.
-
rabbitmq.exchange.messages.publish_in.count
-
type: long
Count of messages published "in" to an exchange, i.e. not taking account of routing.
-
rabbitmq.exchange.messages.publish_in.details.rate
-
type: float
How much the exchange publish-in count has changed per second in the most recent sampling interval.
-
rabbitmq.exchange.messages.publish_out.count
-
type: long
Count of messages published "out" of an exchange, i.e. taking account of routing.
-
rabbitmq.exchange.messages.publish_out.details.rate
-
type: float
How much the exchange publish-out count has changed per second in the most recent sampling interval.
node fields
editnode
-
rabbitmq.node.disk.free.bytes
-
type: long
format: bytes
Disk free space in bytes.
-
rabbitmq.node.disk.free.limit.bytes
-
type: long
format: bytes
Point at which the disk alarm will go off.
-
rabbitmq.node.fd.total
-
type: long
File descriptors available.
-
rabbitmq.node.fd.used
-
type: long
Used file descriptors.
-
rabbitmq.node.gc.num.count
-
type: long
Number of GC operations.
-
rabbitmq.node.gc.reclaimed.bytes
-
type: long
format: bytes
GC bytes reclaimed.
-
rabbitmq.node.io.file_handle.open_attempt.avg.ms
-
type: long
File handle open avg time
-
rabbitmq.node.io.file_handle.open_attempt.count
-
type: long
File handle open attempts
-
rabbitmq.node.io.read.avg.ms
-
type: long
File handle read avg time
-
rabbitmq.node.io.read.bytes
-
type: long
format: bytes
Data read in bytes
-
rabbitmq.node.io.read.count
-
type: long
Data read operations
-
rabbitmq.node.io.reopen.count
-
type: long
Data reopen operations
-
rabbitmq.node.io.seek.avg.ms
-
type: long
Data seek avg time
-
rabbitmq.node.io.seek.count
-
type: long
Data seek operations
-
rabbitmq.node.io.sync.avg.ms
-
type: long
Data sync avg time
-
rabbitmq.node.io.sync.count
-
type: long
Data sync operations
-
rabbitmq.node.io.write.avg.ms
-
type: long
Data write avg time
-
rabbitmq.node.io.write.bytes
-
type: long
format: bytes
Data write in bytes
-
rabbitmq.node.io.write.count
-
type: long
Data write operations
-
rabbitmq.node.mem.limit.bytes
-
type: long
format: bytes
Point at which the memory alarm will go off.
-
rabbitmq.node.mem.used.bytes
-
type: long
Memory used in bytes.
-
rabbitmq.node.mnesia.disk.tx.count
-
type: long
Number of Mnesia transactions which have been performed that required writes to disk.
-
rabbitmq.node.mnesia.ram.tx.count
-
type: long
Number of Mnesia transactions which have been performed that did not require writes to disk.
-
rabbitmq.node.msg.store_read.count
-
type: long
Number of messages which have been read from the message store.
-
rabbitmq.node.msg.store_write.count
-
type: long
Number of messages which have been written to the message store.
-
rabbitmq.node.name
-
type: keyword
Node name
-
rabbitmq.node.proc.total
-
type: long
Maximum number of Erlang processes.
-
rabbitmq.node.proc.used
-
type: long
Number of Erlang processes in use.
-
rabbitmq.node.processors
-
type: long
Number of cores detected and usable by Erlang.
-
rabbitmq.node.queue.index.journal_write.count
-
type: long
Number of records written to the queue index journal.
-
rabbitmq.node.queue.index.read.count
-
type: long
Number of records read from the queue index.
-
rabbitmq.node.queue.index.write.count
-
type: long
Number of records written to the queue index.
-
rabbitmq.node.run.queue
-
type: long
Average number of Erlang processes waiting to run.
-
rabbitmq.node.socket.total
-
type: long
File descriptors available for use as sockets.
-
rabbitmq.node.socket.used
-
type: long
File descriptors used as sockets.
-
rabbitmq.node.type
-
type: keyword
Node type.
-
rabbitmq.node.uptime
-
type: long
Node uptime.
queue fields
editqueue
-
rabbitmq.queue.name
-
type: keyword
The name of the queue with non-ASCII characters escaped as in C.
-
rabbitmq.queue.vhost
-
type: keyword
Virtual host name with non-ASCII characters escaped as in C.
-
rabbitmq.queue.durable
-
type: boolean
Whether or not the queue survives server restarts.
-
rabbitmq.queue.auto_delete
-
type: boolean
Whether the queue will be deleted automatically when no longer used.
-
rabbitmq.queue.exclusive
-
type: boolean
Whether the queue is exclusive (i.e. has owner_pid).
-
rabbitmq.queue.node
-
type: keyword
Node name.
-
rabbitmq.queue.state
-
type: keyword
The state of the queue. Normally running, but may be "{syncing, MsgCount}" if the queue is synchronising. Queues which are located on cluster nodes that are currently down will be shown with a status of down.
-
rabbitmq.queue.arguments.max_priority
-
type: long
Maximum number of priority levels for the queue to support.
-
rabbitmq.queue.consumers.count
-
type: long
Number of consumers.
-
rabbitmq.queue.consumers.utilisation.pct
-
type: long
format: percentage
Fraction of the time (between 0.0 and 1.0) that the queue is able to immediately deliver messages to consumers. This can be less than 1.0 if consumers are limited by network congestion or prefetch count.
-
rabbitmq.queue.messages.total.count
-
type: long
Sum of ready and unacknowledged messages (queue depth).
-
rabbitmq.queue.messages.total.details.rate
-
type: float
How much the queue depth has changed per second in the most recent sampling interval.
-
rabbitmq.queue.messages.ready.count
-
type: long
Number of messages ready to be delivered to clients.
-
rabbitmq.queue.messages.ready.details.rate
-
type: float
How much the count of messages ready has changed per second in the most recent sampling interval.
-
rabbitmq.queue.messages.unacknowledged.count
-
type: long
Number of messages delivered to clients but not yet acknowledged.
-
rabbitmq.queue.messages.unacknowledged.details.rate
-
type: float
How much the count of unacknowledged messages has changed per second in the most recent sampling interval.
-
rabbitmq.queue.messages.persistent.count
-
type: long
Total number of persistent messages in the queue (will always be 0 for transient queues).
-
rabbitmq.queue.memory.bytes
-
type: long
format: bytes
Bytes of memory consumed by the Erlang process associated with the queue, including stack, heap and internal structures.
-
rabbitmq.queue.disk.reads.count
-
type: long
Total number of times messages have been read from disk by this queue since it started.
-
rabbitmq.queue.disk.writes.count
-
type: long
Total number of times messages have been written to disk by this queue since it started.