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.
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.
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-10-12T08:05:34.853Z", "docker": { "info": { "containers": { "paused": 0, "running": 2, "stopped": 12, "total": 14 }, "id": "VF5E:SKD6:YFIG:VDGO:JU3M:ZT2N:4E6B:7IOL:5QOS:M3HT:EM7E:VL22", "images": 425 } }, "event": { "dataset": "docker.info", "duration": 115000, "module": "docker" }, "metricset": { "name": "info", "period": 10000 }, "service": { "address": "/var/run/docker.sock", "type": "docker" } }