-
Notifications
You must be signed in to change notification settings - Fork 419
/
group.yml
74 lines (68 loc) · 2.22 KB
/
group.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Licensed to Elasticsearch B.V. under one or more contributor
# license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright
# ownership. Elasticsearch B.V. licenses this file to you under
# the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
---
- name: group
title: Group
group: 2
type: group
short: User's group relevant to the event.
description: >
The group fields are meant to represent groups that are relevant to the
event.
reusable:
order: 1
top_level: true
expected:
- user
- at: process
as: group
short_override: The effective group (egid).
- at: process
as: real_group
short_override: The real group (rgid).
- at: process
as: saved_group
short_override: The saved group (sgid).
- at: process
as: supplemental_groups
short_override: An array of supplemental groups.
normalize:
- array
- at: process
as: attested_groups
short_override: The externally attested groups based on an external source such as the Kube API.
beta: Reusing the `group` fields in this location is currently considered beta.
normalize:
- array
fields:
- name: id
level: extended
type: keyword
description: >
Unique identifier for the group on the system/platform.
- name: name
level: extended
type: keyword
description: >
Name of the group.
- name: domain
level: extended
type: keyword
short: Name of the directory the group is a member of.
description: >
Name of the directory the group is a member of.
For example, an LDAP or Active Directory domain name.