//// This file is generated! See scripts/docs_collector.py //// [[metricbeat-module-ceph]] == Ceph module beta[] The Ceph module collects metrics by submitting HTTP GET requests to the http://docs.ceph.com/docs/master/man/8/ceph-rest-api/[ceph-rest-api]. The default metricsets are `cluster_disk`, `cluster_health`, `monitor_health`, `pool_disk`, `osd_tree`. [float] === Compatibility The Ceph module is tested with Ceph Jewel (10.2.10). [float] === Example configuration The Ceph module supports the standard configuration options that are described in <>. Here is an example configuration: [source,yaml] ---- metricbeat.modules: - module: ceph metricsets: ["cluster_disk", "cluster_health", "monitor_health", "pool_disk", "osd_tree"] period: 10s hosts: ["localhost:5000"] enabled: true ---- This module supports TLS connections when using `ssl` config field, as described in <>. It also supports the options described in <>. [float] === Metricsets The following metricsets are available: * <> * <> * <> * <> * <> * <> * <> include::ceph/cluster_disk.asciidoc[] include::ceph/cluster_health.asciidoc[] include::ceph/cluster_status.asciidoc[] include::ceph/monitor_health.asciidoc[] include::ceph/osd_df.asciidoc[] include::ceph/osd_tree.asciidoc[] include::ceph/pool_disk.asciidoc[]