Skip to content

Commit

Permalink
Stage 3 changes for RFC 0007 - remove beta attribute (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan authored Feb 18, 2021
1 parent 2959f62 commit 97e0a66
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 30 deletions.
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 @@ -7990,16 +7990,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 @@ -8010,9 +8008,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 @@ -12570,31 +12570,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 @@ -10777,31 +10777,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

0 comments on commit 97e0a66

Please sign in to comment.