A newer version is available. For the latest information, see the
current release documentation.
Docker info metricset
editDocker info metricset
editThe Docker info
metricset collects system-wide information based on the
Docker Remote API.
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2017-10-12T08:05:34.853Z", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "docker": { "info": { "containers": { "paused": 0, "running": 29, "stopped": 19, "total": 48 }, "id": "V727:GUJU:KXA5:Y5YS:RYFT:6IYQ:GQN7:IGGT:O4YO:NRU3:ZIRV:MHEJ", "images": 168 } }, "metricset": { "host": "/var/run/docker.sock", "module": "docker", "name": "info", "rtt": 115 } }