diff --git a/content/manuals/engine/logging/drivers/fluentd.md b/content/manuals/engine/logging/drivers/fluentd.md index 4169bc8c04b4..81ec0b0edbf0 100644 --- a/content/manuals/engine/logging/drivers/fluentd.md +++ b/content/manuals/engine/logging/drivers/fluentd.md @@ -149,6 +149,11 @@ Generates event logs in nanosecond resolution. Defaults to `false`. Sets the timeout for the write call to the `fluentd` daemon. By default, writes have no timeout and will block indefinitely. +### Fluentd-read-timeout + +Sets the timeout for reading acknowledgements (ACKs) from the `fluentd` +daemon. By default, reads have no timeout and will block indefinitely. + ## Fluentd daemon management with Docker About `Fluentd` itself, see [the project webpage](https://www.fluentd.org)