WARNING: Version 6.0 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Kubernetes state_node metricset
editKubernetes state_node metricset
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This is the state_node
metricset of the Kubernetes module.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2017-05-10T16:45:47.726Z", "beat": { "hostname": "X1", "name": "X1", "version": "6.0.0-alpha1" }, "kubernetes": { "node": { "cpu": { "allocatable": { "cores": 2 }, "capacity": { "cores": 2 } }, "memory": { "allocatable": { "bytes": 2097786880 }, "capacity": { "bytes": 2097786880 } }, "name": "minikube", "pod": { "allocatable": { "total": 110 }, "capacity": { "total": 110 } }, "status": { "ready": "true", "unschedulable": false } } }, "metricset": { "host": "192.168.99.100:18080", "module": "kubernetes", "name": "state_node", "namespace": "node", "rtt": 94611 } }