diff --git a/metricbeat/docs/fields.asciidoc b/metricbeat/docs/fields.asciidoc index 115f056a4d7..a48f0ec9656 100644 --- a/metricbeat/docs/fields.asciidoc +++ b/metricbeat/docs/fields.asciidoc @@ -1027,7 +1027,7 @@ Cluster status version [float] === `ceph.cluster_status.osd.full` -type: bool +type: boolean Is osd full @@ -1035,7 +1035,7 @@ Is osd full [float] === `ceph.cluster_status.osd.nearfull` -type: bool +type: boolean Is osd near full diff --git a/metricbeat/module/ceph/cluster_status/_meta/fields.yml b/metricbeat/module/ceph/cluster_status/_meta/fields.yml index 98c76635b7a..5453ac7beee 100644 --- a/metricbeat/module/ceph/cluster_status/_meta/fields.yml +++ b/metricbeat/module/ceph/cluster_status/_meta/fields.yml @@ -84,11 +84,11 @@ description: > Cluster status version - name: osd.full - type: bool + type: boolean description: > Is osd full - name: osd.nearfull - type: bool + type: boolean description: > Is osd near full - name: osd.num_osds