Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions administration/hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down