-
Notifications
You must be signed in to change notification settings - Fork 31
/
tlog.yml
56 lines (55 loc) · 1.26 KB
/
tlog.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
namespace:
name: tlog
type: group
description: >
Tlog terminal I/O recording messages. For more information please see
https://github.com/Scribery/tlog
fields:
- name: ver
type: long
description: >
Message format version number
- name: user
type: keyword
description: >
Recorded user name
- name: term
type: keyword
description: >
Terminal type name
- name: session
type: long
description: >
Audit session ID of the recorded session
- name: id
type: long
description: >
ID of the message within the session
- name: pos
type: long
description: >
Message position in the session, milliseconds
- name: timing
type: keyword
description: >
Distribution of this message's events in time
- name: in_txt
type: text
index: true
doc_values: false
description: >
Input text with invalid characters scrubbed
- name: in_bin
type: short
description: >
Scrubbed invalid input characters as bytes
- name: out_txt
type: text
index: true
doc_values: false
description: >
Output text with invalid characters scrubbed
- name: out_bin
type: short
description: >
Scrubbed invalid output characters as bytes