Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] Stage 3 changes for RFC 0007 - remove beta attribute (#1271) #1273

Merged
merged 1 commit into from
Feb 18, 2021
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 @@ -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.

# TODO Temporarily commented out to simplify initial rewrite review

Expand Down