-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yml
47 lines (41 loc) · 872 Bytes
/
values.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
image:
repository: fluent-bit-test/fluent-bit-test
tag: "test"
pullPolicy: IfNotPresent
env:
- name: CLUSTER_NAME
value: "kind-fluent-bit-test"
extraVolumes:
- name: output
hostPath:
path: /tmp/fluent-bit-test
extraVolumeMounts:
- name: output
mountPath: /tmp/fluent-bit-test
config:
filters: |
[FILTER]
Name kubernetes
Match kube.*
Merge_Log On
Keep_Log Off
K8S-Logging.Parser On
K8S-Logging.Exclude On
[FILTER]
Name record_modifier
Match *
Record cluster_name ${CLUSTER_NAME}
[FILTER]
Name modify
Match *
Rename time ts_docker
outputs: |
[OUTPUT]
Name fluent-bit-test
Match *
Id test_plugin
[OUTPUT]
Name file
Match *
Format plain
Path /tmp/fluent-bit-test