- 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
- Configure index lifecycle management
- Specify SSL settings
- Filter and enhance the exported data
- Define processors
- Add cloud metadata
- Add fields
- Add labels
- Add the local time zone
- Add tags
- Decode JSON fields
- Decode Base64 fields
- Decompress gzip fields
- Community ID Network Flow Hash
- Convert
- Drop events
- Drop fields from events
- Extract array
- Keep fields from events
- Registered Domain
- Rename fields from events
- Add Kubernetes metadata
- Add Docker metadata
- Add Host metadata
- Add Observer metadata
- Dissect strings
- DNS Reverse Lookup
- Add process metadata
- Parse data by using ingest node
- Enrich events with geoIP information
- Configure project paths
- Configure 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
- Beats central management
- Modules
- Aerospike module
- Apache module
- aws module
- Beat module
- Ceph module
- CockroachDB module
- consul module
- coredns module
- Couchbase module
- couchdb module
- Docker module
- Dropwizard module
- Elasticsearch module
- Elasticsearch ccr metricset
- Elasticsearch cluster_stats metricset
- Elasticsearch index metricset
- Elasticsearch index_recovery metricset
- Elasticsearch index_summary metricset
- Elasticsearch ml_job metricset
- Elasticsearch node metricset
- Elasticsearch node_stats 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 controllermanager metricset
- Kubernetes event metricset
- Kubernetes node metricset
- Kubernetes pod metricset
- Kubernetes proxy metricset
- Kubernetes scheduler metricset
- Kubernetes state_container metricset
- Kubernetes state_cronjob 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
- MSSQL module
- Munin module
- MySQL module
- Nats module
- Nginx module
- Oracle module
- PHP_FPM module
- PostgreSQL module
- Prometheus module
- RabbitMQ module
- Redis module
- Statsd module
- System module
- System core metricset
- System cpu metricset
- System diskio metricset
- System entropy 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 socket_summary metricset
- System uptime metricset
- traefik module
- uwsgi module
- vSphere module
- Windows module
- ZooKeeper module
- Exported fields
- Aerospike fields
- Apache fields
- aws fields
- Beat fields
- Beat fields
- Ceph fields
- Cloud provider metadata fields
- CockroachDB fields
- Common fields
- consul fields
- coredns fields
- Couchbase fields
- couchdb fields
- Docker fields
- Docker fields
- Dropwizard fields
- ECS fields
- Elasticsearch fields
- envoyproxy fields
- Etcd fields
- Golang fields
- Graphite fields
- HAProxy fields
- Host fields
- HTTP fields
- Jolokia fields
- Jolokia Discovery autodiscover provider fields
- Kafka fields
- Kibana fields
- Kubernetes fields
- Kubernetes fields
- kvm fields
- Logstash fields
- Memcached fields
- MongoDB fields
- MSSQL fields
- Munin fields
- MySQL fields
- Nats fields
- Nginx fields
- Oracle fields
- PHP_FPM fields
- PostgreSQL fields
- Process fields
- Prometheus fields
- RabbitMQ fields
- Redis fields
- Statsd fields
- System fields
- traefik fields
- uwsgi fields
- vSphere fields
- Windows fields
- ZooKeeper fields
- Monitoring Metricbeat
- Securing Metricbeat
- Troubleshooting
- Get help
- Debug
- Common problems
- "open /compat/linux/proc: no such file or directory" error on FreeBSD
- Metricbeat collects system metrics for interfaces you didn’t configure
- Metricbeat uses too much bandwidth
- Error loading config file
- Found unexpected or unknown characters
- Logstash connection doesn’t work
- @metadata is missing in Logstash
- Not sure whether to use Logstash or Beats
- SSL client fails to connect to Logstash
- Monitoring UI shows fewer Beats than expected
- Contributing to Beats
Couchbase fields
editCouchbase fields
editMetrics collected from Couchbase servers.
couchbase
editcouchbase
contains the metrics that were scraped from Couchbase.
bucket
editCouchbase bucket metrics.
-
couchbase.bucket.name
-
Name of the bucket.
type: keyword
-
couchbase.bucket.type
-
Type of the bucket.
type: keyword
-
couchbase.bucket.data.used.bytes
-
Size of user data within buckets of the specified state that are resident in RAM.
type: long
format: bytes
-
couchbase.bucket.disk.fetches
-
Number of disk fetches.
type: long
-
couchbase.bucket.disk.used.bytes
-
Amount of disk used (bytes).
type: long
format: bytes
-
couchbase.bucket.memory.used.bytes
-
Amount of memory used by the bucket (bytes).
type: long
format: bytes
-
couchbase.bucket.quota.ram.bytes
-
Amount of RAM used by the bucket (bytes).
type: long
format: bytes
-
couchbase.bucket.quota.use.pct
-
Percentage of RAM used (for active objects) against the configured bucket size (%).
type: scaled_float
format: percent
-
couchbase.bucket.ops_per_sec
-
Number of operations per second.
type: long
-
couchbase.bucket.item_count
-
Number of items associated with the bucket.
type: long
cluster
editCouchbase cluster metrics.
-
couchbase.cluster.hdd.free.bytes
-
Free hard drive space in the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.hdd.quota.total.bytes
-
Hard drive quota total for the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.hdd.total.bytes
-
Total hard drive space available to the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.hdd.used.value.bytes
-
Hard drive space used by the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.hdd.used.by_data.bytes
-
Hard drive space used by the data in the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.max_bucket_count
-
Max bucket count setting.
type: long
-
couchbase.cluster.quota.index_memory.mb
-
Memory quota setting for the Index service (Mbyte).
type: long
-
couchbase.cluster.quota.memory.mb
-
Memory quota setting for the cluster (Mbyte).
type: long
-
couchbase.cluster.ram.quota.total.value.bytes
-
RAM quota total for the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.ram.quota.total.per_node.bytes
-
RAM quota used by the current node in the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.ram.quota.used.value.bytes
-
RAM quota used by the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.ram.quota.used.per_node.bytes
-
Ram quota used by the current node in the cluster (bytes)
type: long
format: bytes
-
couchbase.cluster.ram.total.bytes
-
Total RAM available to cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.ram.used.value.bytes
-
RAM used by the cluster (bytes).
type: long
format: bytes
-
couchbase.cluster.ram.used.by_data.bytes
-
RAM used by the data in the cluster (bytes).
type: long
format: bytes
node
editCouchbase node metrics.
-
couchbase.node.cmd_get
-
Number of get commands
type: long
-
couchbase.node.couch.docs.disk_size.bytes
-
Amount of disk space used by Couch docs (bytes).
type: long
format: bytes
-
couchbase.node.couch.docs.data_size.bytes
-
Data size of Couch docs associated with a node (bytes).
type: long
format: bytes
-
couchbase.node.couch.spatial.data_size.bytes
-
Size of object data for spatial views (bytes).
type: long
-
couchbase.node.couch.spatial.disk_size.bytes
-
Amount of disk space used by spatial views (bytes).
type: long
-
couchbase.node.couch.views.disk_size.bytes
-
Amount of disk space used by Couch views (bytes).
type: long
-
couchbase.node.couch.views.data_size.bytes
-
Size of object data for Couch views (bytes).
type: long
-
couchbase.node.cpu_utilization_rate.pct
-
The CPU utilization rate (%).
type: scaled_float
-
couchbase.node.current_items.value
-
Number of current items.
type: long
-
couchbase.node.current_items.total
-
Total number of items associated with the node.
type: long
-
couchbase.node.ep_bg_fetched
-
Number of disk fetches performed since the server was started.
type: long
-
couchbase.node.get_hits
-
Number of get hits.
type: long
-
couchbase.node.hostname
-
The hostname of the node.
type: keyword
-
couchbase.node.mcd_memory.allocated.bytes
-
Amount of memcached memory allocated (bytes).
type: long
format: bytes
-
couchbase.node.mcd_memory.reserved.bytes
-
Amount of memcached memory reserved (bytes).
type: long
-
couchbase.node.memory.free.bytes
-
Amount of memory free for the node (bytes).
type: long
-
couchbase.node.memory.total.bytes
-
Total memory available to the node (bytes).
type: long
-
couchbase.node.memory.used.bytes
-
Memory used by the node (bytes).
type: long
-
couchbase.node.ops
-
Number of operations performed on Couchbase.
type: long
-
couchbase.node.swap.total.bytes
-
Total swap size allocated (bytes).
type: long
-
couchbase.node.swap.used.bytes
-
Amount of swap space used (bytes).
type: long
-
couchbase.node.uptime.sec
-
Time during which the node was in operation (sec).
type: long
-
couchbase.node.vb_replica_curr_items
-
Number of items/documents that are replicas.
type: long