Sink Batch Settings
Batch settings for sinks can be enabled per sink type. The settings will apply to all sinks of the type configured.
The following batch settings are available per sink type:
max_bytes - The maximum size of a batch that is processed by a sink
max_events - The maximum size of a batch before it is flushed
timeout_secs - The maximum age of a batch before it is flushed
To configure a batch setting for a specific sink type, such as vector, navigate to advanced settings and configure any or all of the following settings:
sink.vector.batch.max_bytes
sink.vector.batch.max_bytes
sink.vector.batch.max_bytes
These settings will apply once saved and the system reconfigured.
Last updated