- Metricbeat Reference: other versions:
- Overview
- Contributing to Beats
- 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 logs by using ingest node
- Set up project paths
- Set up the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Set up logging
- Use environment variables in the configuration
- YAML tips and gotchas
- Regular expression support
- metricbeat.reference.yml
- Modules
- Aerospike module
- Apache module
- Ceph module
- Couchbase module
- Docker module
- Dropwizard module
- Elasticsearch module
- Golang module
- HAProxy module
- HTTP module
- Jolokia module
- Kafka module
- Kibana module
- Kubernetes module
- 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 system metricset
- Kubernetes volume metricset
- Memcached module
- MongoDB module
- MySQL module
- Nginx module
- PHP-FPM module
- PostgreSQL Module
- Prometheus module
- RabbitMQ module
- Redis module
- System 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
- Golang Fields
- HAProxy Fields
- HTTP Fields
- Jolokia Fields
- Kafka Fields
- Kibana Fields
- kubernetes Fields
- Kubernetes Fields
- Memcached Fields
- MongoDB Fields
- MySQL Fields
- Nginx Fields
- PHP-FPM Fields
- PostgreSQL Fields
- Prometheus Fields
- RabbitMQ Fields
- Redis Fields
- System Fields
- vSphere Fields
- Windows Fields
- ZooKeeper Fields
- Securing Metricbeat
- Troubleshooting
WARNING: Version 6.0 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Ceph Fields
editCeph Fields
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
Ceph module
ceph Fields
editceph
contains the metrics that were scraped from CEPH.
cluster_disk Fields
editcluster_disk
ceph.cluster_disk.available.bytes
edittype: long
format: bytes
Available bytes of the cluster
ceph.cluster_disk.total.bytes
edittype: long
format: bytes
Total bytes of the cluster
ceph.cluster_disk.used.bytes
edittype: long
format: bytes
Used bytes of the cluster
cluster_health Fields
editcluster_health
ceph.cluster_health.overall_status
edittype: keyword
Overall status of the cluster
ceph.cluster_health.timechecks.epoch
edittype: long
Map version
ceph.cluster_health.timechecks.round.value
edittype: long
timecheck round
ceph.cluster_health.timechecks.round.status
edittype: keyword
Status of the round
monitor_health Fields
editmonitor_health stats data
ceph.monitor_health.available.pct
edittype: long
Available percent of the MON
ceph.monitor_health.health
edittype: keyword
Health of the MON
ceph.monitor_health.available.kb
edittype: long
Available KB of the MON
ceph.monitor_health.total.kb
edittype: long
Total KB of the MON
ceph.monitor_health.used.kb
edittype: long
Used KB of the MON
ceph.monitor_health.last_updated
edittype: date
Time when was updated
ceph.monitor_health.name
edittype: keyword
Name of the MON
ceph.monitor_health.store_stats.log.bytes
edittype: long
format: bytes
Log bytes of MON
ceph.monitor_health.store_stats.misc.bytes
edittype: long
format: bytes
Misc bytes of MON
ceph.monitor_health.store_stats.sst.bytes
edittype: long
format: bytes
SST bytes of MON
ceph.monitor_health.store_stats.total.bytes
edittype: long
format: bytes
Total bytes of MON
ceph.monitor_health.store_stats.last_updated
edittype: long
Last updated
pool_disk Fields
editpool_disk
ceph.pool_disk.id
edittype: long
Id of the pool
ceph.pool_disk.name
edittype: keyword
Name of the pool
ceph.pool_disk.stats.available.bytes
edittype: long
format: bytes
Available bytes of the pool
ceph.pool_disk.stats.objects
edittype: long
Number of objects of the pool
ceph.pool_disk.stats.used.bytes
edittype: long
format: bytes
Used bytes of the pool
ceph.pool_disk.stats.used.kb
edittype: long
Used kb of the pool
On this page
- ceph Fields
- cluster_disk Fields
- ceph.cluster_disk.available.bytes
- ceph.cluster_disk.total.bytes
- ceph.cluster_disk.used.bytes
- cluster_health Fields
- ceph.cluster_health.overall_status
- ceph.cluster_health.timechecks.epoch
- ceph.cluster_health.timechecks.round.value
- ceph.cluster_health.timechecks.round.status
- monitor_health Fields
- ceph.monitor_health.available.pct
- ceph.monitor_health.health
- ceph.monitor_health.available.kb
- ceph.monitor_health.total.kb
- ceph.monitor_health.used.kb
- ceph.monitor_health.last_updated
- ceph.monitor_health.name
- ceph.monitor_health.store_stats.log.bytes
- ceph.monitor_health.store_stats.misc.bytes
- ceph.monitor_health.store_stats.sst.bytes
- ceph.monitor_health.store_stats.total.bytes
- ceph.monitor_health.store_stats.last_updated
- pool_disk Fields
- ceph.pool_disk.id
- ceph.pool_disk.name
- ceph.pool_disk.stats.available.bytes
- ceph.pool_disk.stats.objects
- ceph.pool_disk.stats.used.bytes
- ceph.pool_disk.stats.used.kb