Skip to content

Commit

Permalink
Docs: correct fluentbit config value for DqueSync (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
KMiller-Grafana authored Jul 22, 2021
1 parent 8a9abdf commit 0e519b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/clients/fluentbit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e519b4

Please sign in to comment.