dynatrace-oss / fluent-plugin-dynatrace

A fluentd output plugin for sending logs to the Dynatrace Generic log ingest API v2.
Apache License 2.0
6 stars 6 forks source link

Remove default chunk size limit override #50

Closed dyladan closed 3 months ago

dyladan commented 5 months ago

Removes the chunk size limit override we were previously applying. Fluent already has good default values and tuning for specific cases and performance is well covered in their docs.

dyladan commented 5 months ago

Buffer configuration options are here: https://docs.fluentd.org/configuration/buffer-section

Most of the time what you actually want is flush_interval to achieve what we were previously achieving by limiting the chunk size.