ECS Field Reference
Container
ECS Version:

Container

Fields describing the container that generated this event.

Fields

Field Summary

FieldTypeLevelDescription
container.cpu.usagescaled_floatExtendedPercent CPU used, between 0 and 1.
container.disk.read.byteslongExtendedThe number of bytes read by all disks.
container.disk.write.byteslongExtendedThe number of bytes written on all disks.
container.idkeywordCoreUnique container id.
container.image.hash.allkeywordExtendedAn array of digests of the image the container was built on.
container.image.namekeywordExtendedName of the image the container was built on.
container.image.tagkeywordExtendedContainer image tags.
container.labelsobjectExtendedImage labels.
container.memory.usagescaled_floatExtendedPercent memory used, between 0 and 1.
container.namekeywordExtendedContainer name.
container.network.egress.byteslongExtendedThe number of bytes sent on all network interfaces.
container.network.ingress.byteslongExtendedThe number of bytes received on all network interfaces.
container.runtimekeywordExtendedRuntime managing this container.
container.security_context.privilegedbooleanExtendedIndicates whether the container is running in privileged mode.

Field Details

container.cpu.usage

Type: scaled_float

Level: Extended

Description: Percent CPU used, between 0 and 1.

Indexed: true

container.disk.read.bytes

Type: long

Level: Extended

Description: The number of bytes read by all disks.

Indexed: true

container.disk.write.bytes

Type: long

Level: Extended

Description: The number of bytes written on all disks.

Indexed: true

container.id

Type: keyword

Level: Core

Description: Unique container id.

Indexed: true

container.image.hash.all

Type: keyword

Level: Extended

Description: An array of digests of the image the container was built on.

Example: [sha256:f8fefc80e3273dc756f288a63945820d6476ad64883892c771b5e2ece6bf1b26]

Normalization: array

Indexed: true

container.image.name

Type: keyword

Level: Extended

Description: Name of the image the container was built on.

Indexed: true

container.image.tag

Type: keyword

Level: Extended

Description: Container image tags.

Normalization: array

Indexed: true

container.labels

Type: object

Level: Extended

Description: Image labels.

Indexed: true

container.memory.usage

Type: scaled_float

Level: Extended

Description: Percent memory used, between 0 and 1.

Indexed: true

container.name

Type: keyword

Level: Extended

Description: Container name.

Indexed: true

container.network.egress.bytes

Type: long

Level: Extended

Description: The number of bytes sent on all network interfaces.

Indexed: true

container.network.ingress.bytes

Type: long

Level: Extended

Description: The number of bytes received on all network interfaces.

Indexed: true

container.runtime

Type: keyword

Level: Extended

Description: Runtime managing this container.

Example: docker

Indexed: true

container.security_context.privileged

Type: boolean

Level: Extended

Description: Indicates whether the container is running in privileged mode.

Indexed: true