Skip to content

Commit

Permalink
Update short description and add process.attested_user and attested_g…
Browse files Browse the repository at this point in the history
…roups to CHANGELOG
  • Loading branch information
daniel-almeida committed Sep 19, 2022
1 parent b0d3464 commit 1fa66c1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Thanks, you're awesome :-) -->
* Adding `risk.*` fields as experimental. #1994, #2010
* Adding `process.io.*` as beta fields. #1956, #2031
* Adding `process.tty.rows` and `process.tty.columns` as beta fields. #2031
* `process.attested_user` and `process.attested_groups` as beta fields. #2050

#### Improvements

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 @@ -7764,7 +7764,7 @@ Note also that the `process` fields may be used directly at the root of the even
| `process.attested_groups.*`
| <<ecs-group,group>>| beta:[ Reusing the `group` fields in this location is currently considered beta.]

The externally attested groups.
The externally attested groups based on an external source such as the Kube API.

Note: this reuse should contain an array of group field set objects.

Expand Down
6 changes: 4 additions & 2 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6035,7 +6035,8 @@ group:
full: process.attested_groups
normalize:
- array
short_override: The externally attested groups.
short_override: The externally attested groups based on an external source such
as the Kube API.
top_level: true
short: User's group relevant to the event.
title: Group
Expand Down Expand Up @@ -12472,7 +12473,8 @@ process:
normalize:
- array
schema_name: group
short: The externally attested groups.
short: The externally attested groups based on an external source such as the
Kube API.
- full: process.hash
schema_name: hash
short: Hashes, usually file hashes.
Expand Down
6 changes: 4 additions & 2 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5955,7 +5955,8 @@ group:
full: process.attested_groups
normalize:
- array
short_override: The externally attested groups.
short_override: The externally attested groups based on an external source such
as the Kube API.
top_level: true
short: User's group relevant to the event.
title: Group
Expand Down Expand Up @@ -12308,7 +12309,8 @@ process:
normalize:
- array
schema_name: group
short: The externally attested groups.
short: The externally attested groups based on an external source such as the
Kube API.
- full: process.hash
schema_name: hash
short: Hashes, usually file hashes.
Expand Down
2 changes: 1 addition & 1 deletion schemas/group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- array
- at: process
as: attested_groups
short_override: The externally attested groups.
short_override: The externally attested groups based on an external source such as the Kube API.
beta: Reusing the `group` fields in this location is currently considered beta.
normalize:
- array
Expand Down

0 comments on commit 1fa66c1

Please sign in to comment.