diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 8fe7df718f..2cee16bcef 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -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 diff --git a/docs/field-details.asciidoc b/docs/field-details.asciidoc index 56ec0e8bbe..2648a028da 100644 --- a/docs/field-details.asciidoc +++ b/docs/field-details.asciidoc @@ -7954,16 +7954,14 @@ Note also that the `user` fields may be used directly at the root of the events. // =============================================================== -| <>| beta:[ Reusing the user fields in this location is currently considered beta.] - -Fields to describe the user relevant to the event. +| <> +| Fields to describe the user relevant to the event. // =============================================================== -| <>| beta:[ Reusing the user fields in this location is currently considered beta.] - -Fields to describe the user relevant to the event. +| <> +| Fields to describe the user relevant to the event. // =============================================================== @@ -7974,9 +7972,8 @@ Fields to describe the user relevant to the event. // =============================================================== -| <>| beta:[ Reusing the user fields in this location is currently considered beta.] - -Fields to describe the user relevant to the event. +| <> +| Fields to describe the user relevant to the event. // =============================================================== diff --git a/experimental/generated/ecs/ecs_nested.yml b/experimental/generated/ecs/ecs_nested.yml index 4ce5d1a3ea..997867b737 100644 --- a/experimental/generated/ecs/ecs_nested.yml +++ b/experimental/generated/ecs/ecs_nested.yml @@ -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. diff --git a/generated/ecs/ecs_nested.yml b/generated/ecs/ecs_nested.yml index 482bcf618a..57916e7af0 100644 --- a/generated/ecs/ecs_nested.yml +++ b/generated/ecs/ecs_nested.yml @@ -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. diff --git a/schemas/user.yml b/schemas/user.yml index 8625f05897..ad4603ca90 100644 --- a/schemas/user.yml +++ b/schemas/user.yml @@ -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: