diff --git a/CHANGELOG.md b/CHANGELOG.md index e060dadde6..e268186876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file based on the ### Added ### Improvements +* Clarified the definition of the host fields #325 ### Deprecated diff --git a/README.md b/README.md index c0c2414dc1..d89e297787 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Note also that the `group` fields may be used directly at the top level. ## Host fields -A 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 on which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes. +A 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. | Field | Description | Level | Type | Example | diff --git a/code/go/ecs/host.go b/code/go/ecs/host.go index fbc4dce6a6..0427120cb9 100644 --- a/code/go/ecs/host.go +++ b/code/go/ecs/host.go @@ -20,8 +20,8 @@ package ecs // A 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 on -// which the measurement was taken. Host types include hardware, virtual +// 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. type Host struct { // Hostname of the host. diff --git a/fields.yml b/fields.yml index e8efcc38a7..28b0b900b8 100644 --- a/fields.yml +++ b/fields.yml @@ -798,7 +798,7 @@ title: Host group: 2 description: > - A 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 on which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes. + A 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. type: group fields: diff --git a/schema.json b/schema.json index 05923e6664..e280bc83ee 100644 --- a/schema.json +++ b/schema.json @@ -928,7 +928,7 @@ "type": "group" }, "host": { - "description": "A 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 on which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes.\n", + "description": "A 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.\n", "fields": { "host.architecture": { "description": "Operating system architecture.", diff --git a/schemas/host.yml b/schemas/host.yml index f841a4663c..fe66ef98d3 100644 --- a/schemas/host.yml +++ b/schemas/host.yml @@ -3,7 +3,7 @@ title: Host group: 2 description: > - A 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 on which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes. + A 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. type: group fields: