SumoLogic / fluentd-output-sumologic

Fluentd output plugin to deliver logs or metrics to Sumo Logic.
https://rubygems.org/gems/fluent-plugin-sumologic_output
Apache License 2.0
29 stars 28 forks source link

feat(max_request_size): add max_request_size to limit size of requests #78

Closed sumo-drosiek closed 2 years ago

sumo-drosiek commented 2 years ago

Adds records_per_request on the top of retry changes. This is going to limit maximum number of records in request. This is because for bigger chunks, there is possibility to get send_timeout because of cancelling the request by receiver