Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

I have moved the issue here because it is about `out_s3`.

`out_s3` plugin does not support append feature. So, we need to upload files without duplicating file names. > I would like to have single log file on MinIO per day....

Hmm, `tag` key or `chunk_limit_size` can be the cause. ``` ``` ``` chunk_limit_size 256m ```

Then, please try removing `tag` key ```diff - + ```

@arepusb Sorry for the interval. Did you find out anything?

I don't know well about faraday and elastic-search, but isn't this an issue of fluent-plugin-elasticsearch?

Thanks for your request. I don't know why the current `out_s3` plugin doesn't support the `append` feature. If anyone knows any reason, please let me know. You mean that if...

Sorry for my late response. > We want to make the log file visible as soon as possible: if with short timekey, there might have many small files. I see!!...

It seems that the license is `Apache-2.0`, and the copyright is written in each program file. https://github.com/fluent/fluent-plugin-sql/blob/48e3927d27fa6ff53a846f1a95d33b02094888cb/lib/fluent/plugin/in_sql.rb#L1-L17 https://github.com/fluent/fluent-plugin-sql/blob/48e3927d27fa6ff53a846f1a95d33b02094888cb/fluent-plugin-sql.gemspec#L17

Should we add the License file and information about Copyright to README?