IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Kubernetes state_node metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Kubernetes state_node metricset
editThis is the state_node metricset of the Kubernetes module.
For 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
}
}