Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

Did you install this plugin? ``` sudo td-agent-gem install fluent-plugin-rewrite-tag-filter ```

> Did you install this plugin? > > ``` > sudo td-agent-gem install fluent-plugin-rewrite-tag-filter > ``` Hmm, in td-agent v4, we don't need to install this because it is bundled...

I'd like to add test patterns like this: https://github.com/fluent/fluentd/commit/c68450926bd51b2d6b2daa545e0b3ba4280835e7 However, the case of sending the gzipped chunk as is fails in my environment. (Only one record decompressed on the test...

@rockliffelewis Thanks for considering it! I found the cause! The cause is that `zlib` (Ruby) does not support `gzip` concatenation. The chunk of Fluentd handles it as follows. https://github.com/fluent/fluentd/blob/c0cd1e6960290954b442ea24077a80cee9229d41/lib/fluent/plugin/compressable.rb#L57-L75 So,...

Hmm, I wonder what could be the cause... I know several cases that work without these problems, so maybe there is some unique cause. Could you please tell me the...

Thanks! I don't see anything wrong with the environment... > I am experiencing regular crashes So, there's some reproducibility. We need to narrow down the cause. Is it caused by...

> I think this issue might be related to [fluent-plugins-nursery/winevt_c#52](https://github.com/fluent-plugins-nursery/winevt_c/pull/52) (However, I haven't been able to reproduce this problem, so I don't know if it can fix this issue.) fluent-package...

It would be necessary for us to handle the following PR first: * #4836

@blazethunderstorm Thanks! Sure!

https://github.com/fluent/fluentd/issues/4822#issuecomment-2693107945 > I have found that this issue is a little complicated. > Let me summarize this issue. > > * Before #4836, the files created by Fluentd are basically...