-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
Description
Is your feature request related to a problem? Please describe.
From my current understanding, log file is visible after a timekey interval or a buffer size.
If we configure with short time range there should have many files generated in case log content itself is not big.
If we configure with large time range then we need wait quite some time for log visibility.
Describe the solution you'd like
S3 support append semantic, so maybe we can implement with append file instead of put semantic.
Describe alternatives you've considered
File/WebHdfs plugin seems support append files.
Additional context
No response