New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Kubernetes system metricset

edit

This is the system metricset of the Kubernetes module.

Fields

edit

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"
}

On this page

Was this helpful?
Feedback