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 e5a4e50
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 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
4 changes: 2 additions & 2 deletions 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 All @@ -7774,7 +7774,7 @@ Note: this reuse should contain an array of group field set objects.
| `process.attested_user.*`
| <<ecs-user,user>>| beta:[ Reusing the `user` fields in this location is currently considered beta.]

The externally attested user associated with the process based on an external source such as the Kube API.
The externally attested user based on an external source such as the Kube API.

// ===============================================================

Expand Down
14 changes: 8 additions & 6 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 Expand Up @@ -12505,8 +12507,8 @@ process:
- beta: Reusing the `user` fields in this location is currently considered beta.
full: process.attested_user
schema_name: user
short: The externally attested user associated with the process based on an external
source such as the Kube API.
short: The externally attested user based on an external source such as the Kube
API.
- full: process.parent
schema_name: process
short: Information about the parent process.
Expand Down Expand Up @@ -21692,8 +21694,8 @@ user:
at: process
beta: Reusing the `user` fields in this location is currently considered beta.
full: process.attested_user
short_override: The externally attested user associated with the process based
on an external source such as the Kube API.
short_override: The externally attested user based on an external source such
as the Kube API.
top_level: true
reused_here:
- full: user.group
Expand Down
14 changes: 8 additions & 6 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 Expand Up @@ -12341,8 +12343,8 @@ process:
- beta: Reusing the `user` fields in this location is currently considered beta.
full: process.attested_user
schema_name: user
short: The externally attested user associated with the process based on an external
source such as the Kube API.
short: The externally attested user based on an external source such as the Kube
API.
- full: process.parent
schema_name: process
short: Information about the parent process.
Expand Down Expand Up @@ -21115,8 +21117,8 @@ user:
at: process
beta: Reusing the `user` fields in this location is currently considered beta.
full: process.attested_user
short_override: The externally attested user associated with the process based
on an external source such as the Kube API.
short_override: The externally attested user based on an external source such
as the Kube API.
top_level: true
reused_here:
- full: user.group
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
2 changes: 1 addition & 1 deletion schemas/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
beta: Reusing the `user` fields in this location is currently considered beta.
- at: process
as: attested_user
short_override: The externally attested user associated with the process based on an external source such as the Kube API.
short_override: The externally attested user based on an external source such as the Kube API.
beta: Reusing the `user` fields in this location is currently considered beta.

type: group
Expand Down

0 comments on commit e5a4e50

Please sign in to comment.