﻿---
title: Ceph cluster_status metricset
description: This is the cluster_status metricset of the Ceph module. This is a default metricset. If the host module is unconfigured, this metricset is enabled by...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/metricbeat/metricbeat-metricset-ceph-cluster_status
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Ceph cluster_status metricset
This is the `cluster_status` metricset of the Ceph module.
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.

## Fields

For a description of each field in the metricset, see the [exported fields](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/metricbeat/exported-fields-ceph) section.
Here is an example document generated by this metricset:
```json
{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "agent": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "ceph": {
        "cluster_status": {
            "degraded": {
                "objects": 0,
                "pct": 0,
                "total": 0
            },
            "misplace": {
                "objects": 0,
                "pct": 0,
                "total": 0
            },
            "osd": {
                "epoch": 3,
                "full": false,
                "in_osd_count": 0,
                "nearfull": false,
                "osd_count": 1,
                "remapped_pg_count": 0,
                "up_osd_count": 0
            },
            "pg": {
                "avail_bytes": 0,
                "data_bytes": 0,
                "total_bytes": 0,
                "used_bytes": 0
            },
            "traffic": {
                "read_bytes": 0,
                "read_op_per_sec": 0,
                "write_bytes": 0,
                "write_op_per_sec": 0
            },
            "version": 4
        }
    },
    "event": {
        "dataset": "ceph.cluster_status",
        "duration": 115000,
        "module": "ceph"
    },
    "metricset": {
        "name": "cluster_status"
    },
    "service": {
        "address": "127.0.0.1:5000",
        "type": "ceph"
    }
}
```