From 0e519b46e00d15933c680c5e357d1b3469536d26 Mon Sep 17 00:00:00 2001 From: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com> Date: Thu, 22 Jul 2021 01:00:37 -0700 Subject: [PATCH] Docs: correct fluentbit config value for DqueSync (#4026) --- docs/sources/clients/fluentbit/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/clients/fluentbit/_index.md b/docs/sources/clients/fluentbit/_index.md index d3f22989f8a86..a405fa0f25169 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