max_batch_bytes¶
Limits the estimated total size of one Azure ingestion request, including the payload and HTTP overhead.
This parameter applies to omazuredce: Azure Monitor Logs Ingestion Output Module.
- Name:
max_batch_bytes
- Scope:
action
- Type:
integer
- Default:
1048576
- Required?:
no
- Introduced:
Not specified
Description¶
max_batch_bytes defines the upper bound for a batch. Before appending a new
record, the module estimates the final HTTP request size and flushes the
current batch if needed.
Valid values are in the range 1 to 1048576. Records that still do not
fit into an otherwise empty batch are logged and dropped.
Action usage¶
action(type="omazuredce" max_batch_bytes="524288" ...)
See also¶
See also omazuredce: Azure Monitor Logs Ingestion Output Module.
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2026 Rainer Gerhards and others. Licensed under the Apache License 2.0.