fluent / fluent-plugin-windows-eventlog

Fluentd plugin to collect windows event logs
Apache License 2.0
32 stars 19 forks source link

Support remoting access parameters #66

Closed cosmo0920 closed 4 years ago

cosmo0920 commented 4 years ago

I'd implemented remoting access feature to retrieve remote Windows box. But I noticed that remote session handle does not have keep alive or re-connecting feature. Currently, we need to restart td-agent/fluentd's worker when re-connecting for remote Windows box.

Current Fluentd's implementation does not support reload RPC endpoint on Windows. This should be needed to reload and reconstruct remote Windows box connection.