Host Fields
editHost Fields
editA host is defined as a general computing instance.
ECS host.* fields should be populated with details about the host on which the event happened, or from which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes.
Host Field Details
editField | Description | Level |
---|---|---|
Operating system architecture. type: keyword example: |
core |
|
Percent CPU used which is normalized by the number of CPU cores and it ranges from 0 to 1. Scaling factor: 1000. For example: For a two core host, this value should be the average of the two cores, between 0 and 1. type: scaled_float |
extended |
|
The total number of bytes (gauge) read successfully (aggregated from all disks) since the last metric collection. type: long |
extended |
|
The total number of bytes (gauge) written successfully (aggregated from all disks) since the last metric collection. type: long |
extended |
|
Name of the domain of which the host is a member. For example, on Windows this could be the host’s Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host’s LDAP provider. type: keyword example: |
extended |
|
Hostname of the host. It normally contains what the type: keyword |
core |
|
Unique host id. As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of type: keyword |
core |
|
Host ip addresses. type: ip Note: this field should contain an array of values. |
core |
|
Host MAC addresses. The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen. type: keyword Note: this field should contain an array of values. example: |
core |
|
Name of the host. It can contain what type: keyword |
core |
|
The number of bytes (gauge) sent out on all network interfaces by the host since the last metric collection. type: long |
extended |
|
The number of packets (gauge) sent out on all network interfaces by the host since the last metric collection. type: long |
extended |
|
The number of bytes received (gauge) on all network interfaces by the host since the last metric collection. type: long |
extended |
|
The number of packets (gauge) received on all network interfaces by the host since the last metric collection. type: long |
extended |
|
Type of host. For Cloud providers this can be the machine type like type: keyword |
core |
|
Seconds the host has been up. type: long example: |
extended |