Skip to content

Commit 03e1b03

Browse files
daipomkenhys
andcommitted
rpc: add version info to the table
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com> Co-authored-by: Kentaro Hayashi <kenhys@gmail.com>
1 parent 3682fdd commit 03e1b03

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

deployment/rpc.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,19 @@ As evident from the output above, each endpoint returns a JSON object as its res
2525

2626
## HTTP Endpoints
2727

28-
| Endpoint | Replacement of | Description |
29-
| :--- | :---: | :---: |
30-
| `/api/processes.interruptWorkers` | [SIGINT](signals.md#sigint-or-sigterm) | Stops the daemon. |
31-
| `/api/processes.killWorkers` | [SIGTERM](signals.md#sigint-or-sigterm) | Stops the daemon. |
32-
| `/api/processes.zeroDowntimeRestart` | [SIGUSR2](signals.md#sigusr2) | Restarts Fluentd with zero-downtime. |
33-
| `/api/processes.flushBuffersAndKillWorkers` | [SIGUSR1](signals.md#sigusr1) and [SIGTERM](signals.md#sigint-or-sigterm) | Flushes buffer and stops the daemon. |
34-
| `/api/plugins.flushBuffers` | [SIGUSR1](signals.md#sigusr1) | Flushes the buffered messages. |
35-
| `/api/config.reload` | [SIGHUP](signals.md#sighup) | Reloads configuration. |
36-
| `/api/config.gracefulReload` | --- | Reloads configuration. |
28+
| Endpoint | Replacement of | Description | Version |
29+
| :--- | :---: | :---: | |
30+
| `/api/processes.interruptWorkers` | [SIGINT](signals.md#sigint-or-sigterm) | Stops the daemon. | v1.0 |
31+
| `/api/processes.killWorkers` | [SIGTERM](signals.md#sigint-or-sigterm) | Stops the daemon. | v1.0 |
32+
| `/api/processes.zeroDowntimeRestart` | [SIGUSR2](signals.md#sigusr2) | Restarts Fluentd with zero-downtime. (Not supported on Windows) | v1.18 |
33+
| `/api/processes.flushBuffersAndKillWorkers` | [SIGUSR1](signals.md#sigusr1) and [SIGTERM](signals.md#sigint-or-sigterm) | Flushes buffer and stops the daemon. | v1.0 |
34+
| `/api/plugins.flushBuffers` | [SIGUSR1](signals.md#sigusr1) | Flushes the buffered messages. | v1.0 |
35+
| `/api/config.reload` | [SIGHUP](signals.md#sighup) | Reloads configuration. | v1.0 |
36+
| `/api/config.gracefulReload` | --- | Reloads configuration. | v1.9 |
3737

3838
Appendix:
3939

40-
* `/api/processes.zeroDowntimeRestart`: This is supported since v1.18.0 on non-Windows.
41-
* `/api/config.gracefulReload`: This is the replacement of `SIGUSR2` before v1.18.0. Please use `/api/processes.zeroDowntimeRestart` or `/api/config.reload` unless there is a special reason. See [SIGUSR2](signals.md#sigusr2) for details.
40+
* `/api/config.gracefulReload`: This is the replacement of `SIGUSR2` before v1.18. Please use `/api/processes.zeroDowntimeRestart` or `/api/config.reload` unless there is a special reason. See [SIGUSR2](signals.md#sigusr2) for details.
4241

4342
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
4443

0 commit comments

Comments
 (0)