RPC
Last updated
Was this helpful?
Last updated
Was this helpful?
This article explains how Fluentd
handles HTTP RPC.
HTTP RPC is one way of managing fluentd instance. Several provided RPCs are replacement of . The response body is JSON format.
On signal unsupported environment, e.g. Windows, you can use RPC instead of signals.
RPC is off by default. If you want to enable RPC, set rpc_endpoint
in <system>
section.
After that, you can access to RPC like below.
Replacement of signal's . Stop the daemon.
Replacement of signal's . Stop the daemon.
Replacement of signal's . Flushes buffered messages.
Replacement of signal's . reload configuration.
If this article is incorrect or outdated, or omits critical information, please . is a open source project under . All components are available under the Apache 2 License.