Replies: 1 comment 6 replies
-
Hi @farazoman thanks for submitting this post, I'm a bit confused on the ask here. Fluent Bit chunks incoming data in sizes of 2MB each then routes that data to specified outputs. In the case of S3 there is a custom store_dir parameter where the data is further queued |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From my understanding of our the Output filter works is that it will move files every x minutes or when the size exceeds a certian amount. But I was wondering if the follow use-case exists that is solved by fluent-bit.
For every x minutes, if the file size is not exceeded appended to the existing file (this is for s3 ingestion). But still update every x mins (to get quick updates)
The issue is we end up having a large amount of files which is hard to go through manually. Is it possible to do what I'm referring to or would this be a feature request?
Beta Was this translation helpful? Give feedback.
All reactions