We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b410c commit d8bfcf7Copy full SHA for d8bfcf7
components/vector-tekton-logs-collector/production/vector-helm-values.yaml
@@ -3,10 +3,10 @@ role: Agent
3
resources:
4
requests:
5
cpu: 512m
6
- memory: 1024Mi
+ memory: 3072Mi
7
limits:
8
cpu: 2000m
9
- memory: 2048Mi
10
customConfig:
11
data_dir: /vector-data-dir
12
api:
@@ -58,9 +58,14 @@ customConfig:
58
aws_s3:
59
type: "aws_s3"
60
bucket: ${BUCKET}
61
+ acknowledgements:
62
+ enabled: true
63
buffer:
- type: "disk"
- max_size: 1073741824
64
+ type: "memory"
65
+ max_events: 10000
66
+ when_full: "block"
67
+ batch:
68
+ max_events: 100000
69
inputs: ["remap_app_logs"]
70
compression: "none"
71
endpoint: ${ENDPOINT}
0 commit comments