diff --git a/docs/sources/clients/fluentbit/_index.md b/docs/sources/clients/fluentbit/_index.md index d3f22989f8a8..a405fa0f2516 100644 --- a/docs/sources/clients/fluentbit/_index.md +++ b/docs/sources/clients/fluentbit/_index.md @@ -85,7 +85,7 @@ You can also adapt your plugins.conf, removing the need to change the command li | BufferType | Specify the buffering mechanism to use (currently only dque is implemented). | dque | | DqueDir | Path to the directory for queued logs | /tmp/flb-storage/loki | | DqueSegmentSize | Segment size in terms of number of records per segment | 500 | -| DqueSync | Whether to fsync each queue change | false | +| DqueSync | Whether to fsync each queue change. Specify no fsync with "normal", and fsync with "full". | "normal" | | DqueName | Queue name, must be uniq per output | dque | ### Labels