forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(s3 sink): add file consolidation
summary: the existing s3 sink writes many small files for the customer in order to lessen the memory and disk footprints of the process. The sheer volume of files can be overwhelming depending on what the customer users to process the files. As such, we're adding a process to run as a separate thread once the sink is started. Upon configuration, this process will run on a timer and attempt to create files roughly of the requested size. As a safety net, the process checks for specific tags on the files to make sure we're able to concatenate the data safely. ref: LOG-18535
- Loading branch information
1 parent
f7ae702
commit 1484d29
Showing
10 changed files
with
1,742 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.