Docs: correct fluentbit config value for DqueSync (#4026)

pull/4027/head
Karen Miller 4 years ago committed by GitHub
parent 8a9abdfe16
commit 0e519b46e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save