Open Gleb-ho opened 4 years ago
Current log message is misleading. Send a patch: https://github.com/fluent/fluentd/pull/2751
On the docs, would it be clearer say:
In buffered mode, the user can specify
<secondary>
with almost any output plugin in<match>
configuration. If plugins continue to fail writing buffer chunks and exceeds the timeout threshold for retries, then output plugins will delegate to write the buffer chunk to secondary plugin.
<secondary>
is useful for backup when destination servers are unavailable, e.g. forward, mongo and other plugins. We strongly recommendout_secondary_file
plugin for<secondary>
.The following output plugins do not work under the
<secondary>
configuration: -out_file
- Useout_secondary_file
instead
@repeatedly Are there any other output plugins that do not work with <secondary>
?
As mentioned in the docs the user can specify with any output plugin in . There is an example:
But this example config follows with this warn message:
Nothing is delegated to file plugin as expected.
Posting the complete log: