collect
Combines output into a single result before passing them on to the next postprocessor or sink.
The processor will not split messages if they exceed the max-bytes limit instead pass them through as is.
| Option | Description | Required | Default Value |
|---|---|---|---|
max-bytes | The maximum number of bytes collected at a time - 0 means only on finalize we flush | no | 0 |