Skip to content
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

Docs feedback: /clients/fluentbit/_index.md #3805

Closed
mnp opened this issue Jun 5, 2021 · 1 comment · Fixed by #4026
Closed

Docs feedback: /clients/fluentbit/_index.md #3805

mnp opened this issue Jun 5, 2021 · 1 comment · Fixed by #4026
Assignees
Labels
needs triage Issue requires investigation stale A stale issue or PR that will automatically be closed.

Comments

@mnp
Copy link

mnp commented Jun 5, 2021

The Configuration Options table is incorrect for this option. The parser will not accept a bool here and you'll get an error like this if you try to pass a bool: level=error caller=out_grafana_loki.go:49 [flb-go]="failed to launch" error="invalid string queueSync: true"

DqueSync | Whether to fsync each queue change | false

It should read

DqueSync | Whether to fsync each queue change | "normal" or "full"

See config parser here:

// dque control file change sync to disk as they happen aka dque.turbo mode

@stale
Copy link

stale bot commented Jul 17, 2021

This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale A stale issue or PR that will automatically be closed. label Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue requires investigation stale A stale issue or PR that will automatically be closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants