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_pod metricset
editKubernetes state_pod metricset
editThis is the state_pod
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:46:17.825Z", "beat": { "hostname": "X1", "name": "X1", "version": "6.0.0-alpha1" }, "kubernetes": { "namespace": "kube-system", "node": { "name": "minikube" }, "pod": { "host_ip": "192.168.99.100", "ip": "172.17.0.3", "name": "tiller-deploy-3067024529-1gp80", "status": { "phase": "running", "ready": "true", "scheduled": "true" } } }, "metricset": { "host": "192.168.99.100:18080", "module": "kubernetes", "name": "state_pod", "namespace": "pod", "rtt": 3911 } }