Skip to content

Commit

Permalink
Amend description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wurm committed May 22, 2019
1 parent 203f9d1 commit 6de98fe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions code/go/ecs/hash.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ Note also that the `group` fields may be used directly at the top level.

The hash fields represent different hash algorithms and their values.

Field names for common hashes (e.g. MD5, SHA1) are predefined. Add fields for other hashes by lowercasing the hash algorithm and using underscore separators as appropriate (snake case).
Field names for common hashes (e.g. MD5, SHA1) are predefined. Add fields for other hashes by lowercasing the hash algorithm name and using underscore separators as appropriate (snake case, e.g. sha3_512).

==== Group Field Details

Expand Down
4 changes: 2 additions & 2 deletions generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,8 @@
description: 'The hash fields represent different hash algorithms and their values.
Field names for common hashes (e.g. MD5, SHA1) are predefined. Add fields for
other hashes by lowercasing the hash algorithm and using underscore separators
as appropriate (snake case).'
other hashes by lowercasing the hash algorithm name and using underscore separators
as appropriate (snake case, e.g. sha3_512).'
type: group
fields:
- name: md5
Expand Down
4 changes: 2 additions & 2 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1570,8 +1570,8 @@ hash:
description: 'The hash fields represent different hash algorithms and their values.
Field names for common hashes (e.g. MD5, SHA1) are predefined. Add fields for
other hashes by lowercasing the hash algorithm and using underscore separators
as appropriate (snake case).'
other hashes by lowercasing the hash algorithm name and using underscore separators
as appropriate (snake case, e.g. sha3_512).'
fields:
md5:
description: MD5 hash.
Expand Down
3 changes: 2 additions & 1 deletion schemas/hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
The hash fields represent different hash algorithms and their values.
Field names for common hashes (e.g. MD5, SHA1) are predefined. Add fields for other hashes
by lowercasing the hash algorithm and using underscore separators as appropriate (snake case).
by lowercasing the hash algorithm name and using underscore separators as appropriate
(snake case, e.g. sha3_512).
reusable:
top_level: false
Expand Down

0 comments on commit 6de98fe

Please sign in to comment.