logzio/fluent-plugin-logzio

Question: Actual bulk/line/field size limits?

arcivanov opened this issue · 2 comments

Currently, bulk limit in the plugin is set to 1MB. Documentation here seems to suggest that the maximum file upload size is 10MB.

Can someone please give definitive limits on the bulk sizes, line sizes and fields sizes? Please use exact bytes vs MB/MiB to avoid confusion.

Hey @arcivanov!
The maximum bulk size we support is 10MB, but we usually see better performance with lower sized bulks, hence the 1MB default. You can up that if you need, but i would leave some "spare" room and not get exactly to 10.

The rest of the log limitations are the same as Elasticsearch, for exact numbers please reach out to support (either via the in-app chat, or email support@logz.io)

Ok understood, I'll leave the bulk size in place in the plugin. Thanks!