I work with Elasitc 8.10.2.
And I found Hosts feature in Observability.
But Disk Space Available score is not correct.
so there are inspect method, i checked it.
Request for Disk Space Available is
....
"aggs": {
"2": {
"avg": {
"field": "system.filesystem.free"
}
....
Why are using average aggregation?
Shouldn't the total amount of available disk space be used?