Skip to content

Commit

Permalink
Remove colliding fields from filebeat
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr committed Feb 1, 2021
1 parent f067eca commit 5e56254
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
48 changes: 0 additions & 48 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -523,54 +523,6 @@ type: keyword
Name of the group.


type: keyword

--

[float]
=== effective

Effective user information.


*`user.effective.id`*::
+
--
Effective user ID.

type: keyword

--

*`user.effective.name`*::
+
--
Effective user name.

type: keyword

--

[float]
=== group

Effective group information.


*`user.effective.group.id`*::
+
--
Effective group ID.

type: keyword

--

*`user.effective.group.name`*::
+
--
Effective group name.

type: keyword

--
Expand Down
20 changes: 0 additions & 20 deletions filebeat/module/auditd/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,6 @@
description: >
Name of the group.
- 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
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/auditd/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e56254

Please sign in to comment.