Skip to content

CPU is always -1 #128302

@ratinhoo

Description

@ratinhoo

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

  1. Execute GET _cluster/stats in Kibana DevTools

  2. 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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions