- 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
- Beats central management
- Modules
- Aerospike module
- Apache module
- Ceph module
- Couchbase 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 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 socket_summary 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
Ceph fields
editCeph fields
editCeph module
ceph fields
editceph
contains the metrics that were scraped from CEPH.
cluster_disk fields
editcluster_disk
-
ceph.cluster_disk.available.bytes
-
type: long
format: bytes
Available bytes of the cluster
-
ceph.cluster_disk.total.bytes
-
type: long
format: bytes
Total bytes of the cluster
-
ceph.cluster_disk.used.bytes
-
type: long
format: bytes
Used bytes of the cluster
cluster_health fields
editcluster_health
-
ceph.cluster_health.overall_status
-
type: keyword
Overall status of the cluster
-
ceph.cluster_health.timechecks.epoch
-
type: long
Map version
-
ceph.cluster_health.timechecks.round.value
-
type: long
timecheck round
-
ceph.cluster_health.timechecks.round.status
-
type: keyword
Status of the round
cluster_status fields
editcluster_status
-
ceph.cluster_status.version
-
type: long
Ceph Status version
-
ceph.cluster_status.traffic.read_bytes
-
type: long
format: bytes
Cluster read throughput per second
-
ceph.cluster_status.traffic.write_bytes
-
type: long
format: bytes
Cluster write throughput per second
-
ceph.cluster_status.traffic.read_op_per_sec
-
type: long
Cluster read iops per second
-
ceph.cluster_status.traffic.write_op_per_sec
-
type: long
Cluster write iops per second
-
ceph.cluster_status.misplace.total
-
type: long
Cluster misplace pg number
-
ceph.cluster_status.misplace.objects
-
type: long
Cluster misplace objects number
-
ceph.cluster_status.misplace.ratio
-
type: scaled_float
format: percent
Cluster misplace ratio
-
ceph.cluster_status.degraded.total
-
type: long
Cluster degraded pg number
-
ceph.cluster_status.degraded.objects
-
type: long
Cluster degraded objects number
-
ceph.cluster_status.degraded.ratio
-
type: scaled_float
format: percent
Cluster degraded ratio
-
ceph.cluster_status.pg.data_bytes
-
type: long
format: bytes
Cluster pg data bytes
-
ceph.cluster_status.pg.avail_bytes
-
type: long
format: bytes
Cluster available bytes
-
ceph.cluster_status.pg.total_bytes
-
type: long
format: bytes
Cluster total bytes
-
ceph.cluster_status.pg.used_bytes
-
type: long
format: bytes
Cluster used bytes
-
ceph.cluster_status.pg_state.state_name
-
type: long
Pg state description
-
ceph.cluster_status.pg_state.count
-
type: long
Shows how many pgs are in state of pg_state.state_name
-
ceph.cluster_status.pg_state.version
-
type: long
Cluster status version
-
ceph.cluster_status.osd.full
-
type: boolean
Is osd full
-
ceph.cluster_status.osd.nearfull
-
type: boolean
Is osd near full
-
ceph.cluster_status.osd.num_osds
-
type: long
Shows how many osds in the cluster
-
ceph.cluster_status.osd.num_up_osds
-
type: long
Shows how many osds are on the state of UP
-
ceph.cluster_status.osd.num_in_osds
-
type: long
Shows how many osds are on the state of IN
-
ceph.cluster_status.osd.num_remapped_pgs
-
type: long
Shows how many osds are on the state of REMAPPED
-
ceph.cluster_status.osd.epoch
-
type: long
epoch number
monitor_health fields
editmonitor_health stats data
-
ceph.monitor_health.available.pct
-
type: long
Available percent of the MON
-
ceph.monitor_health.health
-
type: keyword
Health of the MON
-
ceph.monitor_health.available.kb
-
type: long
Available KB of the MON
-
ceph.monitor_health.total.kb
-
type: long
Total KB of the MON
-
ceph.monitor_health.used.kb
-
type: long
Used KB of the MON
-
ceph.monitor_health.last_updated
-
type: date
Time when was updated
-
ceph.monitor_health.name
-
type: keyword
Name of the MON
-
ceph.monitor_health.store_stats.log.bytes
-
type: long
format: bytes
Log bytes of MON
-
ceph.monitor_health.store_stats.misc.bytes
-
type: long
format: bytes
Misc bytes of MON
-
ceph.monitor_health.store_stats.sst.bytes
-
type: long
format: bytes
SST bytes of MON
-
ceph.monitor_health.store_stats.total.bytes
-
type: long
format: bytes
Total bytes of MON
-
ceph.monitor_health.store_stats.last_updated
-
type: long
Last updated
osd_df fields
editceph osd disk usage information
-
ceph.osd_df.id
-
type: long
osd node id
-
ceph.osd_df.name
-
type: text
osd node name
-
ceph.osd_df.device_class
-
type: keyword
osd node type, illegal type include hdd, ssd etc.
-
ceph.osd_df.total.byte
-
type: long
format: bytes
osd disk total volume
-
ceph.osd_df.used.byte
-
type: long
format: bytes
osd disk usage volume
-
ceph.osd_df.available.bytes
-
type: long
format: bytes
osd disk available volume
-
ceph.osd_df.pg_num
-
type: long
shows how many pg located on this osd
-
ceph.osd_df.used.pct
-
type: scaled_float
format: percent
osd disk usage percentage
osd_tree fields
editceph osd tree info
-
ceph.osd_tree.id
-
type: long
osd or bucket node id
-
ceph.osd_tree.name
-
type: text
osd or bucket node name
-
ceph.osd_tree.type
-
type: keyword
osd or bucket node type, illegal type include osd, host, root etc.
-
ceph.osd_tree.type_id
-
type: long
osd or bucket node typeID
-
ceph.osd_tree.children
-
type: text
bucket children list, separated by comma.
-
ceph.osd_tree.crush_weight
-
type: float
osd node crush weight
-
ceph.osd_tree.depth
-
type: long
node depth
-
ceph.osd_tree.exists
-
type: boolean
is node still exist or not(1-yes, 0-no)
-
ceph.osd_tree.primary_affinity
-
type: float
the weight of reading data from primary osd
-
ceph.osd_tree.reweight
-
type: long
the reweight of osd
-
ceph.osd_tree.status
-
type: keyword
status of osd, it should be up or down
-
ceph.osd_tree.device_class
-
type: keyword
the device class of osd, like hdd, ssd etc.
-
ceph.osd_tree.father
-
type: keyword
the parent node of this osd or bucket node
pool_disk fields
editpool_disk
-
ceph.pool_disk.id
-
type: long
Id of the pool
-
ceph.pool_disk.name
-
type: keyword
Name of the pool
-
ceph.pool_disk.stats.available.bytes
-
type: long
format: bytes
Available bytes of the pool
-
ceph.pool_disk.stats.objects
-
type: long
Number of objects of the pool
-
ceph.pool_disk.stats.used.bytes
-
type: long
format: bytes
Used bytes of the pool
-
ceph.pool_disk.stats.used.kb
-
type: long
Used kb of the pool
On this page