Skip to content

Commit ecee038

Browse files
authored
Clarify host definition (#195)
* Clarify Host definition * CHANGELOG.md * fix typos, tweak definition * fix typos, tweak definition
1 parent f5bbae2 commit ecee038

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file based on the
2828
* Improved the definition of the agent fields #192
2929
* Improve definition of events, logs, and metrics in event section #194
3030
* Improved the definition of network fields in intro section #197
31+
* Improved the definition of host fields #195
3132

3233
### Deprecated
3334

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,7 @@ The group fields are meant to represent groups that are relevant to the event.
264264

265265
## <a name="host"></a> Host fields
266266

267-
Host fields provide information related to a host. A host can be a physical machine, a virtual machine, or a Docker container.
268-
269-
Normally the host information is related to the machine on which the event was generated/collected, but they can be used differently if needed.
267+
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.
270268

271269

272270
| Field | Description | Level | Type | Example |

fields.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -684,11 +684,7 @@
684684
title: Host
685685
group: 2
686686
description: >
687-
Host fields provide information related to a host. A host can be a
688-
physical machine, a virtual machine, or a Docker container.
689-
690-
Normally the host information is related to the machine on which the event
691-
was generated/collected, but they can be used differently if needed.
687+
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.
692688
type: group
693689
fields:
694690

schemas/host.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
title: Host
44
group: 2
55
description: >
6-
Host fields provide information related to a host. A host can be a
7-
physical machine, a virtual machine, or a Docker container.
8-
9-
Normally the host information is related to the machine on which the event
10-
was generated/collected, but they can be used differently if needed.
6+
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.
117
type: group
128
fields:
139

0 commit comments

Comments
 (0)