From 315412f2fa1329fc5241c54b26cbd1cbbccd753f Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 13 Oct 2023 00:03:21 +0900 Subject: [PATCH] hot-reloading: Add descriptions for Windows (#1209) * hot-reloading: Add descriptions for Windows Signed-off-by: Hiroshi Hatake * Clarify the sentence meaning Co-authored-by: Pat Signed-off-by: Hiroshi Hatake * hot-reload: Use quoted empty body Signed-off-by: Hiroshi Hatake --------- Signed-off-by: Hiroshi Hatake Signed-off-by: Pat Co-authored-by: Pat --- administration/hot-reload.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/administration/hot-reload.md b/administration/hot-reload.md index 05ff7fbde..06c8a562c 100644 --- a/administration/hot-reload.md +++ b/administration/hot-reload.md @@ -34,8 +34,8 @@ If users don't enable the hot reloading feature, hot reloading via these endpoin For using curl to reload Fluent Bit, users must specify an empty request body as: -```shell -curl -X POST -d '{}' localhost:2020/api/v2/reload +```text +$ curl -X POST -d '{}' localhost:2020/api/v2/reload ``` ### Via Signal @@ -46,4 +46,4 @@ Hot reloading also can be kicked via `SIGHUP`. ## Limitations -The hot reloading feature is currently working on Linux and macOS. Windows is not supported yet. +The hot reloading feature is currently working on Linux, macOS and Windows.