Kubernetes state_node metricsetedit

This is the state_node 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: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
  }
}