-
Notifications
You must be signed in to change notification settings - Fork 31
/
systemd.yml
226 lines (187 loc) · 7.07 KB
/
systemd.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
namespace:
name: systemd
type: group
description: >
Contains common fields specific to systemd journal. For more information
please see
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html
Applications may write their own fields to the journal. These will be
available under the `systemd.u` namespace. `RESULT` and `UNIT` are two
such fields.
fields:
- name: k
type: group
description: >
systemd's kernel-specific metadata.
fields:
- name: KERNEL_DEVICE
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_KERNEL_DEVICE=
- name: KERNEL_SUBSYSTEM
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_KERNEL_SUBSYSTEM=
- name: UDEV_DEVLINK
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_UDEV_DEVLINK=
- name: UDEV_DEVNODE
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_UDEV_DEVNODE=
- name: UDEV_SYSNAME
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_UDEV_SYSNAME=
- name: t
type: group
description: >
trusted journal fields, fields that are implicitly added by the journal and cannot be altered by client code.
fields:
- name: AUDIT_LOGINUID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_AUDIT_SESSION=
- name: BOOT_ID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_BOOT_ID=
- name: AUDIT_SESSION
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_AUDIT_SESSION=
- name: CAP_EFFECTIVE
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_CAP_EFFECTIVE=
- name: CMDLINE
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_COMM=
norms: false
- name: COMM
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_COMM=
- name: EXE
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_COMM=
norms: false
- name: GID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_PID=
- name: HOSTNAME
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_HOSTNAME=
- name: LINE_BREAK
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_LINE_BREAK=
- name: MACHINE_ID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_MACHINE_ID=
- name: PID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_PID=
- name: SELINUX_CONTEXT
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SELINUX_CONTEXT=
- name: SOURCE_REALTIME_TIMESTAMP
type: keyword
description: |
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SOURCE_REALTIME_TIMESTAMP=
This is converted to RFC 3339 NS format
- name: STREAM_ID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_STREAM_ID=
- name: SYSTEMD_CGROUP
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SYSTEMD_CGROUP=
- name: SYSTEMD_INVOCATION_ID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SYSTEMD_INVOCATION_ID=
- name: SYSTEMD_OWNER_UID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SYSTEMD_CGROUP=
- name: SYSTEMD_SESSION
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SYSTEMD_CGROUP=
- name: SYSTEMD_SLICE
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SYSTEMD_CGROUP=
- name: SYSTEMD_UNIT
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SYSTEMD_CGROUP=
- name: SYSTEMD_USER_UNIT
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_SYSTEMD_CGROUP=
- name: TRANSPORT
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_TRANSPORT=
- name: UID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#_PID=
- name: u
type: group
description: >
fields that are directly passed from clients and stored in the journal.
fields:
- name: CODE_FILE
type: keyword
norms: false
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#CODE_FILE=
- name: CODE_FUNCTION
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#CODE_FILE=
- name: CODE_LINE
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#CODE_FILE=
- name: ERRNO
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#ERRNO=
- name: MESSAGE_ID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#MESSAGE_ID=
- name: SYSLOG_FACILITY
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#SYSLOG_FACILITY=
- name: SYSLOG_IDENTIFIER
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#SYSLOG_FACILITY=
- name: SYSLOG_PID
type: keyword
description: >
https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html#SYSLOG_FACILITY=
- name: RESULT
type: keyword
norms: false
description: >
For private use only.
- name: UNIT
type: keyword
description: >
For private use only.