-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Core/Infra/EntitlementsEntitlements infrastructureEntitlements infrastructure>bugTeam:Core/InfraMeta label for core/infra teamMeta label for core/infra team
Description
Elasticsearch Version
8.18.0 + 9.0.0
Installed Plugins
No response
Java Version
bundled
OS Version
Windows 10 Enterprise
Problem Description
We are doing an APICall with GET _cluster/stats. But since Elasticsearch 8.18.0 (and 9 still) the cpu is always given as -1.
Steps to Reproduce
-
Execute GET _cluster/stats in Kibana DevTools
-
CPU is always -1
"process": {
"cpu": {
"percent": -1
},
"open_file_descriptors": {
"min": -1,
"max": -1,
"avg": 0
}
},
This also holds for GET _nodes/stats. In Version 8.17.4 (and previous version) the cpu was correct
Logs (if relevant)
No response
Metadata
Metadata
Assignees
Labels
:Core/Infra/EntitlementsEntitlements infrastructureEntitlements infrastructure>bugTeam:Core/InfraMeta label for core/infra teamMeta label for core/infra team