﻿---
title: Ceph monitor_health metricset
description: This is the monitor_health 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/3028/reference/beats/metricbeat/metricbeat-metricset-ceph-monitor_health
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Ceph monitor_health metricset
This is the `monitor_health` 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/3028/reference/beats/metricbeat/exported-fields-ceph) section.
Here is an example document generated by this metricset:
```json
{
    "@timestamp": "2019-03-01T08:05:34.853Z",
    "ceph": {
        "monitor_health": {
            "available": {
                "kb": 773013080,
                "pct": 82
            },
            "health": "HEALTH_OK",
            "last_updated": "2019-03-13T11:21:24.667025Z",
            "name": "26c372192772",
            "store_stats": {
                "last_updated": "0.000000",
                "log": {
                    "bytes": 4128768
                },
                "misc": {
                    "bytes": 65552
                },
                "sst": {
                    "bytes": 1087
                },
                "total": {
                    "bytes": 4195407
                }
            },
            "total": {
                "kb": 936145620
            },
            "used": {
                "kb": 115509168
            }
        }
    },
    "event": {
        "dataset": "ceph.monitor_health",
        "duration": 115000,
        "module": "ceph"
    },
    "metricset": {
        "name": "monitor_health",
        "period": 10000
    },
    "service": {
        "address": "127.0.0.1:55555",
        "type": "ceph"
    }
}
```