uken / fluent-plugin-elasticsearch

Apache License 2.0
891 stars 310 forks source link

Correct default target bytes value #914

Closed cosmo0920 closed 3 years ago

cosmo0920 commented 3 years ago

Signed-off-by: Hiroshi Hatake hatake@calyptia.com

Related to #805.

Default value of bulk_message_request_threshold should be -1 not 20MB (=20 1024 1024) This causes performance degradation for ES plugin.

(check all that apply)

kenhys commented 3 years ago

Oops, there are mismatch between documentation and implementation. https://github.com/uken/fluent-plugin-elasticsearch#bulk_message_request_threshold

cosmo0920 commented 3 years ago

Yeah, documentation and implementation mismatch existed until now....