Skip to content

Commit

Permalink
[8.7] Description for host.name updated (FQDN issue) (#2122)
Browse files Browse the repository at this point in the history
* Description for host.name updated

* build artifacts

* changelog updated

* moved changelog entry to 8.7

Co-authored-by: Karl Godard <[email protected]>
Co-authored-by: Eric Beahan <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2023
1 parent 98309b9 commit 1794cfb
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Thanks, you're awesome :-) -->
#### Improvements

* Updated usage docs to include `threat.indicator.url.domain` and changed `indicator.marking.tlp` and `indicator.enrichments.marking.tlp` from "WHITE" to "CLEAR" to align with TLP 2.0. #2124
* description for `host.name` definition updated to encourage use of FDQN #2122


<!-- All empty sections:
Expand Down
2 changes: 1 addition & 1 deletion docs/fields/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5145,7 +5145,7 @@ example: `["00-00-5E-00-53-23", "00-00-5E-00-53-24"]`

a| 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.
It can contain what hostname returns on Unix systems, the fully qualified domain name (FQDN), or a name specified by the user. The recommended value is the lowercase FQDN of the host.

type: keyword

Expand Down
6 changes: 3 additions & 3 deletions experimental/generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4066,9 +4066,9 @@
ignore_above: 1024
description: '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.'
It can contain what hostname returns on Unix systems, the fully qualified
domain name (FQDN), or a name specified by the user. The recommended value
is the lowercase FQDN of the host.'
- name: network.egress.bytes
level: extended
type: long
Expand Down
5 changes: 3 additions & 2 deletions experimental/generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5814,8 +5814,9 @@ host.name:
dashed_name: host-name
description: '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.'
It can contain what hostname returns on Unix systems, the fully qualified domain
name (FQDN), or a name specified by the user. The recommended value is the lowercase
FQDN of the host.'
flat_name: host.name
ignore_above: 1024
level: core
Expand Down
6 changes: 3 additions & 3 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7217,9 +7217,9 @@ host:
dashed_name: host-name
description: '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.'
It can contain what hostname returns on Unix systems, the fully qualified
domain name (FQDN), or a name specified by the user. The recommended value
is the lowercase FQDN of the host.'
flat_name: host.name
ignore_above: 1024
level: core
Expand Down
6 changes: 3 additions & 3 deletions generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4016,9 +4016,9 @@
ignore_above: 1024
description: '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.'
It can contain what hostname returns on Unix systems, the fully qualified
domain name (FQDN), or a name specified by the user. The recommended value
is the lowercase FQDN of the host.'
- name: network.egress.bytes
level: extended
type: long
Expand Down
5 changes: 3 additions & 2 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5745,8 +5745,9 @@ host.name:
dashed_name: host-name
description: '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.'
It can contain what hostname returns on Unix systems, the fully qualified domain
name (FQDN), or a name specified by the user. The recommended value is the lowercase
FQDN of the host.'
flat_name: host.name
ignore_above: 1024
level: core
Expand Down
6 changes: 3 additions & 3 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7137,9 +7137,9 @@ host:
dashed_name: host-name
description: '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.'
It can contain what hostname returns on Unix systems, the fully qualified
domain name (FQDN), or a name specified by the user. The recommended value
is the lowercase FQDN of the host.'
flat_name: host.name
ignore_above: 1024
level: core
Expand Down
7 changes: 3 additions & 4 deletions schemas/host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes.
type: group
fields:

- name: hostname
level: core
type: keyword
Expand All @@ -44,9 +43,9 @@
description: >
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.
It can contain what hostname returns on Unix systems, the fully
qualified domain name (FQDN), or a name specified by the user.
The recommended value is the lowercase FQDN of the host.

- name: id
level: core
Expand Down

0 comments on commit 1794cfb

Please sign in to comment.