uken / fluent-plugin-elasticsearch

Apache License 2.0
891 stars 310 forks source link

Support Buffer in Data Stream Output #917

Closed seumasdunlop closed 3 years ago

seumasdunlop commented 3 years ago

In order for messages to be buffered by the Fluentd framework the output needs to raise a RecoverableRequestFailure exception when it encounters a transient error. Without this messages are dropped if the Elasticsearch service is temporarily unavailable (e.g. when restarting).

Signed-off-by: Seumas Dunlop seumas.dunlop@coralbay.tv

DESCRIPTION HERE

(check all that apply)