Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

@MaxTownley Thanks for reporting this in detail! > It seems the if statement [here](https://github.com/fluent/fluentd/blob/284bf4064a9831f5262330a94e3505e09ef6a068/lib/fluent/plugin_helper/cert_option.rb#L34) should also have an else that will explicitly set the verify_mode to VERIFY_NONE. In my first...

https://github.com/fluent/fluentd/blob/284bf4064a9831f5262330a94e3505e09ef6a068/lib/fluent/plugin_helper/cert_option.rb#L32C9-L32C23 This code prevents from selecting insecure TLS version. However, looks like it makes `verify_mode` `VERIFY_PEER` unintendedly.

Hi, thanks for your report. > We are using fluent-plugin-remote_syslog to forward session data events of a remote access tool based on an IP field to forward events to a...

We can use `roundrobin` plugin! https://docs.fluentd.org/output/roundrobin

Thanks for reporting! I will check it. > Pls let us know if there're any additional configs in syslog plugin that could help us achieve retry/buffering properly in this case...

Thanks for finding it out! I also find an interesting behavior of TCPSocket. After stopping a TCP server, a client can send the data once without error. Of course, this...

I now understand the mechanics of this problem. There are 2 points we need to consider. * When a TCP server sends FIN on closing, we should consider the possibility...

Sorry for my delay, and thanks so much for your reply. I have not been able to take the time for this. I would like to examine this issue some...

I see. Looks like it is not possible now. It looks like the library `winevt_c` does not have the feature: https://github.com/fluent-plugins-nursery/winevt_c/blob/9dd9c81432b1e0180c7abc19de8415bb42db2e49/ext/winevt/winevt_utils.cpp#L172-L405 I'm not sure how to achieve this as a...