Kubernetes state_pod metricsetedit

This is the state_pod metricset of the Kubernetes module.

Fieldsedit

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: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",
      "uid": "659419d5-e27a-11e8-98fa-080027190d51",
      "status": {
        "phase": "running",
        "ready": "true",
        "scheduled": "true"
      }
    }
  },
  "metricset": {
    "host": "192.168.99.100:18080",
    "module": "kubernetes",
    "name": "state_pod",
    "namespace": "pod",
    "rtt": 3911
  }
}