Skip to content

Commit 43c7984

Browse files
Update administration/configuring-fluent-bit/yaml/service-section.md
Signed-off-by: Pat <[email protected]>
1 parent a05889c commit 43c7984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administration/configuring-fluent-bit/yaml/service-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `service` section defines global properties of the service. The available co
1616
| `http_server` | Enables the built-in HTTP Server. | `off` |
1717
| `http_listen` | Sets the listening interface for the HTTP Server when it's enabled. | `0.0.0.0` |
1818
| `http_port` | Sets the TCP port for the HTTP Server. | `2020` |
19-
| `hot_reload` | Enables hot reloading of configuration with SIGHUP. | `on` |
19+
| `hot_reload` | Enables hot [reloading](../../hot_reload.md) of configuration with SIGHUP. | `on` |
2020
| `coro_stack_size` | Sets the coroutine stack size in bytes. The value must be greater than the page size of the running system. Setting the value too small (`4096`) can cause coroutine threads to overrun the stack buffer. The default value of this parameter should not be changed. | `24576` |
2121
| `scheduler.cap` | Sets a maximum retry time in seconds. Supported in v1.8.7 and greater. | `2000` |
2222
| `scheduler.base` | Sets the base of exponential backoff. Supported in v1.8.7 and greater. | `5` |

0 commit comments

Comments
 (0)