Skip to content

Commit 8969d0c

Browse files
committed
system: add explanation config_include_dir feature
See fluent/fluentd#4893 Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 23a2a40 commit 8969d0c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deployment/system-config.md

+12
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,18 @@ Parses config values strictly. Invalid numerical or boolean values are not allow
178178

179179
Force disable the shared socket which is for listening a same port across multiple worker processes. When the shared socket is enabled \(it's the default behavior\), a socket is always created to enable workers to communicate with the supervisor. On Windows, it consumes a dynamic \(a.k.a ephemeral\) TCP port. If you don't prefer it, set this option as `true`. When it's disabled, you may not use plugins that listen a port such as in\_forward, in\_http and in\_syslog.
180180

181+
### `config_include_dir`
182+
183+
| type | default | version |
184+
| :--- | :--- | :--- |
185+
| string | "/etc/fluent/conf.d" | 1.19.0 |
186+
187+
Specifies the additional include directory which is enabled by default.
188+
If there is any configuration file under `config_include_dir` directory,
189+
it will be loaded without specifying `@include` directive.
190+
191+
If you want to disable this auto-load feature, set `config_include_dir ""` explicitly.
192+
181193
### `enable_jit` (experimental)
182194

183195
| type | default | version |

0 commit comments

Comments
 (0)