Skip to content

Commit

Permalink
fix typos, tweak definition
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePaquette committed Dec 4, 2018
1 parent 7cf1c34 commit d4a4cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ The group fields are meant to represent groups that are relevant to the event.

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

A host is defined as a general computing instance that is not a device. ECS host.* fields should be populated with details about the host on which the event happened, or on which the measurement was taken. Hosts 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 on which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes.


| Field | Description | Level | Type | Example |
Expand Down
2 changes: 1 addition & 1 deletion fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
title: Host
group: 2
description: >
A host is defined as a general computing instance that is not a device. ECS host.* fields should be populated with details about the host on which the event happened, or on which the measurement was taken. Hosts 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 on which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes.
type: group
fields:

Expand Down

0 comments on commit d4a4cce

Please sign in to comment.