fluentd icon indicating copy to clipboard operation
fluentd copied to clipboard

[Feature Request] implement RPC endpoints to stop and start sources

Open ryn9 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

It would be helpful to have start and stop RPC endpoints for controlling sources from outside fluentd. For example - if we have an external monitoring script - we could halt input using dynamic factors and resume input when appropriate.

Describe the solution you'd like

implement RPC endpoints to stop and start sources

This was part of the original idea of implementing RPC endpoints.

See: https://github.com/fluent/fluentd/issues/575 https://github.com/fluent/fluentd/pull/585

Describe alternatives you've considered

N/A

Additional context

N/A

ryn9 avatar Mar 30 '22 23:03 ryn9