You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/rpc.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,20 +25,19 @@ As evident from the output above, each endpoint returns a JSON object as its res
25
25
26
26
## HTTP Endpoints
27
27
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. |
| 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 |
*`/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.
42
41
43
42
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.
0 commit comments