WARNING: Version 5.3 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Docker Fields
editDocker Fields
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
Docker stats collected from Docker.
docker Fields
editInformation and statistics about docker’s running containers.
container Fields
editDocker container metrics.
docker.container.command
edittype: keyword
Command that was executed in the Docker container.
docker.container.created
edittype: date
Date when the container was created.
docker.container.id
edittype: keyword
Unique container id.
docker.container.image
edittype: keyword
Name of the image the container was built on.
docker.container.name
edittype: keyword
Container name.
docker.container.status
edittype: keyword
Container status.
size Fields
editContainer size metrics.
docker.container.size.root_fs
edittype: long
Total size of all the files in the container.
docker.container.size.rw
edittype: long
Size of the files that have been created or changed since creation.
docker.container.labels
edittype: dict
Image labels.
docker.container.tags
edittype: list
Image tags.
cpu Fields
editRuntime CPU metrics.
docker.cpu.kernel.pct
edittype: scaled_float
format: percentage
The system kernel consumed by the Docker server.
docker.cpu.kernel.ticks
edittype: long
CPU kernel ticks.
docker.cpu.system.pct
edittype: scaled_float
format: percentage
docker.cpu.system.ticks
edittype: long
CPU system ticks.
docker.cpu.user.pct
edittype: scaled_float
format: percentage
docker.cpu.user.ticks
edittype: long
CPU user ticks
docker.cpu.total.pct
edittype: scaled_float
format: percentage
Total CPU usage.
diskio Fields
editDisk I/O metrics.
docker.diskio.reads
edittype: scaled_float
Number of reads.
docker.diskio.writes
edittype: scaled_float
Number of writes.
docker.diskio.total
edittype: scaled_float
Number of reads and writes combined.
healthcheck Fields
editDocker container metrics.
docker.healthcheck.failingstreak
edittype: integer
concurent failed check
docker.healthcheck.status
edittype: keyword
Healthcheck status code
event Fields
editevent fields.
docker.healthcheck.event.end_date
edittype: date
Healthcheck end date
docker.healthcheck.event.start_date
edittype: date
Healthcheck start date
docker.healthcheck.event.output
edittype: keyword
Healthcheck output
docker.healthcheck.event.exit_code
edittype: integer
Healthcheck status code
image Fields
editDocker image metrics.
id Fields
editThe image layers identifier.
docker.image.id.current
edittype: keyword
Unique image identifier given upon its creation.
docker.image.id.parent
edittype: keyword
Identifier of the image, if it exists, from which the current image directly descends.
docker.image.created
edittype: date
Date and time when the image was created.
size Fields
editImage size layers.
docker.image.size.virtual
edittype: long
Size of the image.
docker.image.size.regular
edittype: long
Total size of the all cached images associated to the current image.
docker.image.labels
edittype: dict
Image labels.
docker.image.tags
edittype: list
Image tags.
info Fields
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
Info metrics based on https://docs.docker.com/engine/reference/api/docker_remote_api_v1.24/#/display-system-wide-information.
containers Fields
editOverall container stats.
docker.info.containers.paused
edittype: long
Total number of paused containers.
docker.info.containers.running
edittype: long
Total number of running containers.
docker.info.containers.stopped
edittype: long
Total number of stopped containers.
docker.info.containers.total
edittype: long
Total number of existing containers.
docker.info.id
edittype: keyword
Unique Docker host identifier.
docker.info.images
edittype: long
Total number of existing images.
memory Fields
editMemory metrics.
docker.memory.fail.count
edittype: scaled_float
Fail counter.
docker.memory.limit
edittype: long
format: bytes
Memory limit.
rss Fields
editRSS memory stats.
docker.memory.rss.total
edittype: long
format: bytes
Total memory resident set size.
docker.memory.rss.pct
edittype: scaled_float
Memory resident set size percentage.
usage Fields
editUsage memory stats.
docker.memory.usage.max
edittype: long
format: bytes
Max memory usage.
docker.memory.usage.pct
edittype: scaled_float
Memory usage percentage.
docker.memory.usage.total
edittype: long
format: bytes
Total memory usage.
network Fields
editNetwork metrics.
docker.network.interface
edittype: keyword
Network interface name.
in Fields
editIncoming network stats.
docker.network.in.bytes
edittype: long
format: bytes
Total number of incoming bytes.
docker.network.in.dropped
edittype: scaled_float
Total number of dropped incoming packets.
docker.network.in.errors
edittype: long
Total errors on incoming packets.
docker.network.in.packets
edittype: long
Total number of incoming packets.
out Fields
editOutgoing network stats.
docker.network.out.bytes
edittype: long
format: bytes
Total number of outgoing bytes.
docker.network.out.dropped
edittype: scaled_float
Total number of dropped outgoing packets.
docker.network.out.errors
edittype: long
Total errors on outgoing packets.
docker.network.out.packets
edittype: long
Total number of outgoing packets.