ECS::LogEntry::Host
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
host.architecture
Operating system architecture.
Level: Core Type: Keyword Example:
x86_64
host.architecture
Operating system architecture.
Level: Core Type: Keyword Example:
x86_64
host.domain
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.
Level: Extended Type: Keyword Example:
CONTOSO
host.domain
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.
Level: Extended Type: Keyword Example:
CONTOSO
host.hostname
Hostname of the host.
It normally contains what the hostname command returns on the host machine.
Level: Core Type: Keyword
host.hostname
Hostname of the host.
It normally contains what the hostname command returns on the host machine.
Level: Core Type: Keyword
host.id
Unique host id.
As hostname is not always unique, use values that are meaningful in your environment.
Example: The current usage of beat.name.
Level: Core Type: Keyword
host.id
Unique host id.
As hostname is not always unique, use values that are meaningful in your environment.
Example: The current usage of beat.name.
Level: Core Type: Keyword
host.name
Name of the host.
It can contain what hostname returns on Unix systems, the fully qualified
domain name, or a name specified by the user. The sender decides which value to
use.
Level: Core Type: Keyword
host.name
Name of the host.
It can contain what hostname returns on Unix systems, the fully qualified
domain name, or a name specified by the user. The sender decides which value to
use.
Level: Core Type: Keyword
host.type
Type of host.
For Cloud providers this can be the machine type like t2.medium. If vm, this
could be the container, for example, or other information meaningful in your
environment.
Level: Core Type: Keyword
host.type
Type of host.
For Cloud providers this can be the machine type like t2.medium. If vm, this
could be the container, for example, or other information meaningful in your
environment.
Level: Core Type: Keyword
host.uptime
Seconds the host has been up.
Level: Extended Type: Long Example:
1325