Skip to content

Commit d8bfcf7

Browse files
committed
[Prod] Change Tekton Vector collection to in-memory and ack enabled (redhat-appstudio#5436)
This is to resolve missing logs issue.
1 parent 64b410c commit d8bfcf7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

components/vector-tekton-logs-collector/production/vector-helm-values.yaml

+9-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ role: Agent
33
resources:
44
requests:
55
cpu: 512m
6-
memory: 1024Mi
6+
memory: 3072Mi
77
limits:
88
cpu: 2000m
9-
memory: 2048Mi
9+
memory: 3072Mi
1010
customConfig:
1111
data_dir: /vector-data-dir
1212
api:
@@ -58,9 +58,14 @@ customConfig:
5858
aws_s3:
5959
type: "aws_s3"
6060
bucket: ${BUCKET}
61+
acknowledgements:
62+
enabled: true
6163
buffer:
62-
type: "disk"
63-
max_size: 1073741824
64+
type: "memory"
65+
max_events: 10000
66+
when_full: "block"
67+
batch:
68+
max_events: 100000
6469
inputs: ["remap_app_logs"]
6570
compression: "none"
6671
endpoint: ${ENDPOINT}

0 commit comments

Comments
 (0)