vSphere host metricsetedit

This is the host metricset of the vSphere module.

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.

Fields

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
    "@timestamp": "2022-09-06T06:41:22.128Z",
    "metricset": {
      "name": "host",
      "period": 10000
    },
    "service": {
      "address": "https://localhost:8989/sdk",
      "type": "vsphere"
    },
    "event": {
      "module": "vsphere",
      "duration": 23519250,
      "dataset": "vsphere.host"
    },
    "vsphere": {
      "host": {
        "cpu": {
          "used": {
            "mhz": 67
          },
          "total": {
            "mhz": 4588
          },
          "free": {
            "mhz": 4521
          }
        },
        "memory": {
          "free": {
            "bytes": 2822230016
          },
          "total": {
            "bytes": 4294430720
          },
          "used": {
            "bytes": 1472200704
          }
        },
        "network_names": [
          "VM Network"
        ],
        "name": "DC0_H0"
      }
    }
}