Skip to content

docs: add fluentd write timeout log driver option #22641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions content/manuals/engine/logging/drivers/fluentd.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@

Generates event logs in nanosecond resolution. Defaults to `false`.

### fluentd-write-timeout

Check warning on line 146 in content/manuals/engine/logging/drivers/fluentd.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.HeadingSentenceCase] Use sentence case for headings: 'fluentd-write-timeout'. Raw Output: {"message": "[Docker.HeadingSentenceCase] Use sentence case for headings: 'fluentd-write-timeout'.", "location": {"path": "content/manuals/engine/logging/drivers/fluentd.md", "range": {"start": {"line": 146, "column": 5}}}, "severity": "WARNING"}

Sets the timeout for the write call to the Fluentd daemon. By default,

Check failure on line 148 in content/manuals/engine/logging/drivers/fluentd.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Fluentd'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Fluentd'?", "location": {"path": "content/manuals/engine/logging/drivers/fluentd.md", "range": {"start": {"line": 148, "column": 44}}}, "severity": "ERROR"}
writes have no timeout and will block indefinitely.

## Fluentd daemon management with Docker

About `Fluentd` itself, see [the project webpage](https://www.fluentd.org)
Expand Down