fluent-bit-go-s3
fluent-bit-go-s3 copied to clipboard
Get time from input?
Preloading 5GB of old logs here -- would it be possible to add a TimeKey / use time from the input if available rather than time.Now for the filename?
No. I followed the time behavior for fluent-plugin-s3. It uses time.Now() equivalent value for timestamp: https://github.com/fluent/fluent-plugin-s3/blob/master/lib/fluent/plugin/out_s3.rb