It seems that field kubernetes.volume.fs.used.pct
has an incorrect type in the index template metrics-kubernetes.volume
(automatically generated by metricbeat or fleet).
The type specified by the template's mapping is long
, while it is explicitly specified in the Metricbeat exported field specification that the field should be scaled_float
.
The mapping specified in the metrics-kubernetes.volume index template:
The Metricbeat specification about this exported field:
It doesn't make sense to use a Long as the values sent by Metricbeats are 0-1 range percentage, which leads Kibana to round all percentages to 0%
.
I'm using managed Elastic Fleet 7.15 and I retrieve Kubernetes metrics using the Kubernetes integration (1.1.0) from Elastic Fleet.
Did I dramatically misunderstand the situation or is there a bug here? If this is a bug, do you see any solution for me to build charts based on volume percentage alternatively?
Kind regards