Elasticsearch bulk API batch size exceeded during CI/CD data ingestion
Elasticsearch Bulk API Batch Size Exceeded During CI/CD Data Ingestion Problem Description During automated model‑training pipelines, a bulk indexing step fails with HTTP 413 or a BulkIndexError. Typical log excerpts include: [2026-06-30T12:14:02,871][ERROR][o.e.b.BulkProcessor] [node-1] request size exceeds the configured limit org.elasticsearch.ElasticsearchException: request size exceeds the configured limit at org.elasticsearch.http.netty4.Netty4HttpChannelHandler.handleRequest(Netty4HttpChannelHandler.java:215) … Caused by: java.lang.IllegalArgumentException: request size exceeds the … Read more