logstash-plugins / logstash-output-http

Apache License 2.0
35 stars 82 forks source link

Support batch splitting for json_batch #100

Open mbrancato opened 5 years ago

mbrancato commented 5 years ago

Please add a configuration that would allow the maximum HTTP request body to be specified. It would be useful if Logstash would automatically split batches to support constraints that some HTTP receivers have set.

I was thinking either adding a max_request_body_size or max_batch_size configuration option.

mbrancato commented 5 years ago

Any update or thoughts on this?