-
Notifications
You must be signed in to change notification settings - Fork 31
/
docker.yml
67 lines (56 loc) · 1.24 KB
/
docker.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
namespace:
name: docker
type: group
description: >
Namespace for docker container-specific metadata
fields:
- name: container_name
type: text
doc_values: false
norms: true
description: >
The name of the container - not used for Kubernetes containers.
fields:
- name: raw
ignore_above: 256
type: keyword
- name: container_id
type: keyword
description: >
Docker container id
- name: container_id_short
type: keyword
description: >
Short container id, assigned by the container engine
- name: sauid
type: keyword
description: >
Sent login user id
- name: container_image
type: keyword
description: >
Name of the image
- name: pid
type: keyword
description: >
The process id
- name: user
type: keyword
description: >
User under which the container process runs
- name: command
type: keyword
description: >
Name of the command
- name: reason
type: keyword
description: >
Action that triggered this event
- name: operation
type: keyword
description: >
Operation carried out
- name: result
type: keyword
description: >
Result of the action