Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Thanks, you're awesome :-) -->
## Unreleased

### Schema Changes

#### Improvements

* `user.changes.*`, `user.effective.*`, and `user.target.*` field reuses are GA. #1271
### Tooling and Artifact Changes

#### Breaking changes
Expand Down
15 changes: 6 additions & 9 deletions docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7954,16 +7954,14 @@ Note also that the `user` fields may be used directly at the root of the events.
// ===============================================================


| <<ecs-user,user.changes.*>>| beta:[ Reusing the user fields in this location is currently considered beta.]

Fields to describe the user relevant to the event.
| <<ecs-user,user.changes.*>>
| Fields to describe the user relevant to the event.

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


| <<ecs-user,user.effective.*>>| beta:[ Reusing the user fields in this location is currently considered beta.]

Fields to describe the user relevant to the event.
| <<ecs-user,user.effective.*>>
| Fields to describe the user relevant to the event.

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

Expand All @@ -7974,9 +7972,8 @@ Fields to describe the user relevant to the event.
// ===============================================================


| <<ecs-user,user.target.*>>| beta:[ Reusing the user fields in this location is currently considered beta.]

Fields to describe the user relevant to the event.
| <<ecs-user,user.target.*>>
| Fields to describe the user relevant to the event.

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

Expand Down
12 changes: 3 additions & 9 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12422,31 +12422,25 @@ user:
full: source.user
- as: target
at: user
beta: Reusing the user fields in this location is currently considered beta.
full: user.target
- as: effective
at: user
beta: Reusing the user fields in this location is currently considered beta.
full: user.effective
- as: changes
at: user
beta: Reusing the user fields in this location is currently considered beta.
full: user.changes
top_level: true
reused_here:
- full: user.group
schema_name: group
short: User's group relevant to the event.
- beta: Reusing the user fields in this location is currently considered beta.
full: user.target
- full: user.target
schema_name: user
short: Fields to describe the user relevant to the event.
- beta: Reusing the user fields in this location is currently considered beta.
full: user.effective
- full: user.effective
schema_name: user
short: Fields to describe the user relevant to the event.
- beta: Reusing the user fields in this location is currently considered beta.
full: user.changes
- full: user.changes
schema_name: user
short: Fields to describe the user relevant to the event.
short: Fields to describe the user relevant to the event.
Expand Down
12 changes: 3 additions & 9 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10629,31 +10629,25 @@ user:
full: source.user
- as: target
at: user
beta: Reusing the user fields in this location is currently considered beta.
full: user.target
- as: effective
at: user
beta: Reusing the user fields in this location is currently considered beta.
full: user.effective
- as: changes
at: user
beta: Reusing the user fields in this location is currently considered beta.
full: user.changes
top_level: true
reused_here:
- full: user.group
schema_name: group
short: User's group relevant to the event.
- beta: Reusing the user fields in this location is currently considered beta.
full: user.target
- full: user.target
schema_name: user
short: Fields to describe the user relevant to the event.
- beta: Reusing the user fields in this location is currently considered beta.
full: user.effective
- full: user.effective
schema_name: user
short: Fields to describe the user relevant to the event.
- beta: Reusing the user fields in this location is currently considered beta.
full: user.changes
- full: user.changes
schema_name: user
short: Fields to describe the user relevant to the event.
short: Fields to describe the user relevant to the event.
Expand Down
3 changes: 0 additions & 3 deletions schemas/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@
- source
- at: user
as: target
beta: Reusing the user fields in this location is currently considered beta.
- at: user
as: effective
beta: Reusing the user fields in this location is currently considered beta.
- at: user
as: changes
beta: Reusing the user fields in this location is currently considered beta.

type: group
fields:
Expand Down