From 95e40ee8cf5e9beed946ae175bb9b40e333b1dc1 Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Mon, 24 Mar 2025 14:44:42 +0100 Subject: [PATCH] Updated hot reload page with yaml example in tab form. Signed-off-by: Eric D. Schabell --- administration/hot-reload.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/administration/hot-reload.md b/administration/hot-reload.md index d548780b6..730928185 100644 --- a/administration/hot-reload.md +++ b/administration/hot-reload.md @@ -14,6 +14,8 @@ Hot reloading is supported on Linux, macOS, and Windows operating systems. To get started with reloading over HTTP, enable the HTTP Server in the configuration file: +{% tabs %} +{% tab title="fluent-bit.conf" %} ```text [SERVICE] HTTP_Server On @@ -22,6 +24,18 @@ in the configuration file: Hot_Reload On ... ``` +{% endtab %} + +{% tab title="fluent-bit.yaml" %} +```yaml +service: + http_server: on + http_listen: 0.0.0.0 + http_port: 2020 + hot_reload: on +``` +{% endtab %} +{% endtabs %} ## How to reload