Open
Description
The http appender could support batch to send multiple log entries to filebeat http endpoint.
The body must be either an object or an array of objects. Any other data types will result in an HTTP 400 (Bad Request) response. For arrays, one document is created for each object in the array.
Seems simple enough? Should probably be off by default and enabled with batch: true
.
Would be nice to have.