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.
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
ormax_batch_size
configuration option.