-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathaushape.yml
51 lines (50 loc) · 1.29 KB
/
aushape.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
namespace:
name: aushape
type: group
description: >
Audit events converted with aushape. For more information please see
https://github.com/Scribery/aushape
fields:
- name: serial
type: long
description: >
Audit event serial number
- name: node
type: keyword
description: >
Name of the host where the audit event occurred
- name: error
type: text
doc_values: false
description: >
The error aushape encountered while converting the event
- name: trimmed
type: keyword
description: >
An array of JSONPath expressions relative to the event object,
specifying objects/arrays with (some) contents removed as the result of
event size limiting. Empty string means event itself. Empty array means
trimming occurred at unspecified objects/arrays.
- name: text
type: text
index: true
doc_values: false
description: >
An array log record strings representing the original audit event
- name: data
type: group
description: >
Parsed audit event data
fields:
- name: avc
type: nested
- name: execve
type: text
index: true
doc_values: false
- name: netfilter_cfg
type: nested
- name: obj_pid
type: nested
- name: path
type: nested