-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
Copy pathfields.yml
109 lines (109 loc) · 2.64 KB
/
fields.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
- name: event
type: group
description: >
The Kubernetes events metricset collects events that are generated by objects running
inside of Kubernetes
release: ga
fields:
- name: count
type: long
description: >
Count field records the number of times the particular event has occurred
- name: timestamp
type: group
fields:
- name: first_occurrence
type: date
description: >
Timestamp of first occurrence of event
- name: last_occurrence
type: date
description: >
Timestamp of last occurrence of event
- name: message
type: text
description: >
Message recorded for the given event
copy_to: message
- name: reason
type: keyword
description: >
Reason recorded for the given event
- name: type
type: keyword
description: >
Type of the given event
- name: source
type: group
description: >
The component reporting this event
fields:
- name: component
type: keyword
description: >
Component from which the event is generated
- name: host
type: keyword
description: >
Node name on which the event is generated
- name: metadata
type: group
description: >
Metadata associated with the given event
fields:
- name: timestamp
type: group
fields:
- name: created
type: date
description: >
Timestamp of creation of the given event
- name: generate_name
type: keyword
description: >
Generate name of the event
- name: name
type: keyword
description: >
Name of the event
- name: namespace
type: keyword
description: >
Namespace in which event was generated
- name: resource_version
type: keyword
description: >
Version of the event resource
- name: uid
type: keyword
description: >
Unique identifier to the event object
- name: self_link
type: keyword
description: >
URL representing the event
- name: involved_object
type: group
description: >
Metadata associated with the given involved object
fields:
- name: api_version
type: keyword
description: >
API version of the object
- name: kind
type: keyword
description: >
API kind of the object
- name: name
type: keyword
description: >
name of the object
- name: resource_version
type: keyword
description: >
resource version of the object
- name: uid
type: keyword
description: >
UUID version of the object