Skip to content

Commit

Permalink
remove more duplicate fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwolf committed Apr 17, 2024
1 parent 1b6ed51 commit bbcdbfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions x-pack/auditbeat/processors/sessionmd/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,11 +1268,6 @@
description: The working directory of the process.
example: /home/alice
default_field: false
- name: start
level: extended
type: date
description: The time the process started.
example: '2016-05-23T08:05:34.853Z'
- name: supplemental_groups.id
level: extended
type: keyword
Expand All @@ -1285,24 +1280,6 @@
ignore_above: 1024
description: Name of the group.
default_field: false
- name: thread.capabilities.effective
level: extended
type: keyword
ignore_above: 1024
description: This is the set of capabilities used by the kernel to perform permission
checks for the thread.
example: '["CAP_BPF", "CAP_SYS_ADMIN"]'
pattern: ^(CAP_[A-Z_]+|\d+)$
default_field: false
- name: thread.capabilities.permitted
level: extended
type: keyword
ignore_above: 1024
description: This is a limiting superset for the effective capabilities that
the thread may assume.
example: '["CAP_BPF", "CAP_SYS_ADMIN"]'
pattern: ^(CAP_[A-Z_]+|\d+)$
default_field: false
- name: tty
level: extended
type: object
Expand Down
2 changes: 1 addition & 1 deletion x-pack/auditbeat/processors/sessionmd/fields.go

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

0 comments on commit bbcdbfd

Please sign in to comment.