File tree 2 files changed +14
-4
lines changed
components/vector-tekton-logs-collector
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,14 @@ customConfig:
58
58
aws_s3 :
59
59
type : " aws_s3"
60
60
bucket : ${BUCKET}
61
+ acknowledgements :
62
+ enabled : true
61
63
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
64
69
inputs : ["remap_app_logs"]
65
70
compression : " none"
66
71
endpoint : ${ENDPOINT}
Original file line number Diff line number Diff line change @@ -58,9 +58,14 @@ customConfig:
58
58
aws_s3 :
59
59
type : " aws_s3"
60
60
bucket : ${BUCKET}
61
+ acknowledgements :
62
+ enabled : true
61
63
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
64
69
inputs : ["remap_app_logs"]
65
70
compression : " none"
66
71
endpoint : ${ENDPOINT}
You can’t perform that action at this time.
0 commit comments