Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify host definition #195

Merged
merged 4 commits into from
Dec 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file based on the
* Improved the definition of the agent fields #192
* Improve definition of events, logs, and metrics in event section #194
* Improved the definition of network fields in intro section #197
* Improved the definition of host fields #195

### Deprecated

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ The group fields are meant to represent groups that are relevant to the event.

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

Host fields provide information related to a host. A host can be a physical machine, a virtual machine, or a Docker container.

Normally the host information is related to the machine on which the event was generated/collected, but they can be used differently if needed.
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.


| Field | Description | Level | Type | Example |
Expand Down
6 changes: 1 addition & 5 deletions fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -684,11 +684,7 @@
title: Host
group: 2
description: >
Host fields provide information related to a host. A host can be a
physical machine, a virtual machine, or a Docker container.

Normally the host information is related to the machine on which the event
was generated/collected, but they can be used differently if needed.
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.
type: group
fields:

Expand Down
6 changes: 1 addition & 5 deletions schemas/host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
title: Host
group: 2
description: >
Host fields provide information related to a host. A host can be a
physical machine, a virtual machine, or a Docker container.

Normally the host information is related to the machine on which the event
was generated/collected, but they can be used differently if needed.
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.
type: group
fields:

Expand Down