Skip to content

Commit a68ee8b

Browse files
authored
Updated hot reload page with yaml example in tab form. (#1593)
Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent d34a64d commit a68ee8b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

administration/hot-reload.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Hot reloading is supported on Linux, macOS, and Windows operating systems.
1414
To get started with reloading over HTTP, enable the HTTP Server
1515
in the configuration file:
1616

17+
{% tabs %}
18+
{% tab title="fluent-bit.conf" %}
1719
```text
1820
[SERVICE]
1921
HTTP_Server On
@@ -22,6 +24,18 @@ in the configuration file:
2224
Hot_Reload On
2325
...
2426
```
27+
{% endtab %}
28+
29+
{% tab title="fluent-bit.yaml" %}
30+
```yaml
31+
service:
32+
http_server: on
33+
http_listen: 0.0.0.0
34+
http_port: 2020
35+
hot_reload: on
36+
```
37+
{% endtab %}
38+
{% endtabs %}
2539
2640
## How to reload
2741

0 commit comments

Comments
 (0)