-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_tetragon_config.yaml
53 lines (52 loc) · 1.35 KB
/
my_tetragon_config.yaml
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
# This file is part of Tetragon.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by editing and copying this file into
# /etc/tetragon/tetragon.yaml, or by creating "drop-ins" in the
# /etc/tetragon/tetragon.conf.d/ subdirectory. The latter is generally
# recommended. Defaults can be restored by simply deleting this file and
# all drop-ins.
#
bpf-lib: /var/lib/tetragon/
btf:
config-dir:
tracing-policy:
debug: false
disable-kprobe-multi: false
enable-export-aggregation: false
enable-k8s-api: false
enable-process-ancestors: true
enable-process-cred: false
enable-process-ns: false
event-queue-size: 10000
export-aggregation-buffer-size: 10000
export-aggregation-window-size: 15s
export-allowlist:
export-denylist:
export-file-compress: false
# export-file-max-backups: 5
export-file-max-backups: 20
# export-file-max-size-mb: 10
export-file-max-size-mb: 100
# perm doesnt work?? let me know if anyone found a config
# export-file-perm: 0644
export-file-rotation-interval: 0s
export-filename:
export-rate-limit: -1
field-filters:
force-small-progs: false
gops-address:
kernel:
log-format: text
log-level: info
metrics-server:
metrics-label-filter:
netns-dir: /var/run/docker/netns/
pprof-addr:
process-cache-size: 65536
procfs: /proc/
rb-size: 0
rb-size-total: 0
release-pinned-bpf: false
server-address: localhost:54321
verbose: 0