Skip to content

Stats about bulk sizes #47345

Closed as not planned
Closed as not planned
@jpountz

Description

@jpountz

The size of bulk requests in bytes in one of the main factors of indexing performance. Yet we don't have any stats about it, and users don't always know what is the actual size of the bulk requests that get actually sent to Elasticsearch, which is something that is automated in many shippers. For instance Logstash allows to configure the size of batches as a number of documents, but the pipeline.batch.delay may cause incomplete batches to be sent, so it would be good to know what is the size of bulk requests that got sent to Elasticsearch in practice.

The size of bulk requests per shard is probably the most relevant metric, but we could work with the per-index size as well if that proves easier to expose.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions