Skip to content

HTTP appender batch: true #278

Open
Open
@intermittentnrg

Description

@intermittentnrg

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions