This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Kubernetes system metricset
editKubernetes system metricset
editThis is the system
metricset of the Kubernetes module.
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
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-04-06T15:29:27.150Z", "beat": { "hostname": "beathost", "name": "beathost", "version": "6.0.0-alpha1" }, "kubernetes": { "node": { "name": "localhost" }, "system": { "container": "kubernetes", "cpu": { "usage": { "core": { "ns": 1424273250468228 }, "nanocores": 382404825 } }, "memory": { "majorpagefaults": 49, "pagefaults": 22921778663, "rss": { "bytes": 159412224 }, "usage": { "bytes": 223035392 }, "workingset": { "bytes": 169037824 } }, "start_time": "2017-02-08T10:35:02Z" } }, "metricset": { "host": "localhost:10255", "module": "kubernetes", "name": "system", "rtt": 640649 }, "type": "metricsets" }