Skip to content

Commit

Permalink
Swap ECS 1.7 experimental schema with non-experimental to revert wild…
Browse files Browse the repository at this point in the history
…card changes (#23673) (#23700)

* Swap ECS 1.7 experimental schema with non-experimental to revert wildcard changes

* Add back in user.effective.* fields to auditd integrations due to no longer using experimental schema

(cherry picked from commit 0f50eb7)
  • Loading branch information
Andrew Stucki committed Jan 26, 2021
1 parent e8ade83 commit d1aa3ff
Show file tree
Hide file tree
Showing 20 changed files with 1,153 additions and 3,839 deletions.
21 changes: 21 additions & 0 deletions auditbeat/_meta/fields.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,27 @@
type: keyword
description: Audit user name.

- name: effective
type: group
description: Effective user information.
fields:
- name: id
type: keyword
description: Effective user ID.
- name: name
type: keyword
description: Effective user name.
- name: group
type: group
description: Effective group information.
fields:
- name: id
type: keyword
description: Effective group ID.
- name: name
type: keyword
description: Effective group name.

- name: filesystem
type: group
description: Filesystem user information.
Expand Down
Loading

0 comments on commit d1aa3ff

Please sign in to comment.