forked from elastic/ecs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.yml
58 lines (51 loc) · 1.35 KB
/
user.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
---
- name: user
title: User
group: 2
short: Fields to describe the user relevant to the event.
description: >
The user fields describe information about the user that is relevant
to the event.
Fields can have one entry or multiple entries. If a
user has more than one id, provide an array that includes all of
them.
reusable:
top_level: true
expected:
- client
- destination
- host
- server
- source
type: group
fields:
- name: id
level: core
type: keyword
description: >
One or multiple unique identifiers of the user.
- name: name
level: core
type: keyword
example: albert
description: >
Short name or login of the user.
- name: full_name
level: extended
type: keyword
example: Albert Einstein
description: >
User's full name, if available.
- name: email
level: extended
type: keyword
description: >
User email address.
- name: hash
level: extended
type: keyword
short: Unique user hash to correlate information for a user in anonymized form.
description: >
Unique user hash to correlate information for a user in anonymized form.
Useful if `user.id` or `user.name` contain confidential information and
cannot be used.