fluent-plugin-s3
fluent-plugin-s3 copied to clipboard
Amazon S3 input and output plugin for Fluentd
Hello, We are using following versions of FluentD and FluentD-S3 Plugin in Kubernetes Environment. ``` 2021-07-06 16:11:09 +0000 [info]: gem 'fluent-plugin-s3' version '1.5.1' 2021-07-06 16:11:09 +0000 [info]: gem 'fluentd' version...
I use IAM roles with MFA. Thus, I see no way to support passing the 3 values in directly: * access key ID * secret access key * session token...
I also encountered the problem that the files in the buffer could not be automatically deleted after the push。 ``` @type file path /etc/fluentd/temp/moons timekey_wait 5 timekey 1 chunk_limit_size 256m...
Hi team, Below is my config for td-agent :: # Include config files in the ./config.d directory @include config.d/*.conf @type s3 @id out_s3 @log_level debug aws_key_id "xx aws_sec_key "xx s3_bucket...
We use kubernates/fluentd cluster and issue `instance_profile_credentials` options for S3 writes. Local docker development conflicts with the above setup and forcing us to use "shared_credentials". Please share some thoughts on...
### Is your feature request related to a problem? Please describe. We try to parse ALB logs from AWS. They are pushed to s3. This is set up by AWS,...
### Describe the bug Hello there! I use fluentd v1.16 and fluent-plugin-s3 and according my configuration it should send logs from few files to MinIO once per day. Hers is...
### 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...
Hi, I'm proposing this Pull Request because S3 supports additional checksum options for creating the hash at the upload. I tested it on my side and it works. What do...