bulkMode¶
Determines whether events are sent individually or batched together in bulk HTTP requests.
This parameter applies to omclickhouse: ClickHouse Output Module.
- Name:
bulkMode
- Scope:
input
- Type:
boolean
- Default:
on
- Required?:
no
- Introduced:
not specified
Description¶
The “off” setting means logs are shipped one by one, each in its own HTTP
request. The default “on” will send multiple logs in the same request. This
is recommended, because it is many times faster than when bulkMode is
turned off. The maximum number of logs sent in a single bulk request depends
on your maxBytes and queue settings - usually limited by the dequeue
batch size. More information about
queues can be found in the rsyslog documentation on queues.
Input usage¶
module(load="omclickhouse")
action(type="omclickhouse" bulkMode="off")
See also¶
See also omclickhouse: ClickHouse Output Module.
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2025 Rainer Gerhards and others. Licensed under the Apache License 2.0.