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

Add host.user.* deprecation notice in field reuse description #1422

Merged
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 2 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Thanks, you're awesome :-) -->

#### Deprecated

* Note deprecation of the `host.user.*` field reuse. #1422

### Tooling and Artifact Changes

#### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3624,7 +3624,7 @@ example: `1325`

| <<ecs-user,user>>
| `host.user.*`
| Fields to describe the user relevant to the event.
| This reuse is deprecated and will be removed in the next major ECS version.

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

Expand Down
10 changes: 6 additions & 4 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6137,7 +6137,7 @@ host:
short: OS fields contain information about the operating system.
- full: host.user
schema_name: user
short: Fields to describe the user relevant to the event.
short: This reuse is deprecated and will be removed in the next major ECS version.
short: Fields describing the relevant computing instance.
title: Host
type: group
Expand Down Expand Up @@ -15461,9 +15461,6 @@ user:
- as: user
at: destination
full: destination.user
- as: user
at: host
full: host.user
- as: user
at: server
full: server.user
Expand All @@ -15482,6 +15479,11 @@ user:
at: user
full: user.changes
short_override: Captures changes made to a user.
- as: user
at: host
full: host.user
short_override: This reuse is deprecated and will be removed in the next major
ECS version.
top_level: true
reused_here:
- full: user.group
Expand Down
10 changes: 6 additions & 4 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4782,7 +4782,7 @@ host:
short: OS fields contain information about the operating system.
- full: host.user
schema_name: user
short: Fields to describe the user relevant to the event.
short: This reuse is deprecated and will be removed in the next major ECS version.
short: Fields describing the relevant computing instance.
title: Host
type: group
Expand Down Expand Up @@ -10937,9 +10937,6 @@ user:
- as: user
at: destination
full: destination.user
- as: user
at: host
full: host.user
- as: user
at: server
full: server.user
Expand All @@ -10958,6 +10955,11 @@ user:
at: user
full: user.changes
short_override: Captures changes made to a user.
- as: user
at: host
full: host.user
short_override: This reuse is deprecated and will be removed in the next major
ECS version.
top_level: true
reused_here:
- full: user.group
Expand Down
4 changes: 3 additions & 1 deletion schemas/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
expected:
- client
- destination
- host
- server
- source
- at: user
Expand All @@ -27,6 +26,9 @@
- at: user
as: changes
short_override: Captures changes made to a user.
- at: host
as: user
short_override: This reuse is deprecated and will be removed in the next major ECS version.

type: group
fields:
Expand Down