From b1fe5a1c4a65a81185a821dabc8c34a14db43207 Mon Sep 17 00:00:00 2001 From: Marcus Aspin Date: Wed, 13 Nov 2024 16:38:26 +0000 Subject: [PATCH] PI-2619 Reduce batch size for incremental logstash pipelines (#4425) * PI-2619 Reduce batch size for incremental logstash pipelines * Formatting changes --------- Co-authored-by: probation-integration-bot[bot] <177347787+probation-integration-bot[bot]@users.noreply.github.com> --- .../container/config/logstash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/person-search-index-from-delius/container/config/logstash.yml b/projects/person-search-index-from-delius/container/config/logstash.yml index c9b7995845..a3f928816e 100644 --- a/projects/person-search-index-from-delius/container/config/logstash.yml +++ b/projects/person-search-index-from-delius/container/config/logstash.yml @@ -2,4 +2,4 @@ api.http.host: 0.0.0.0 config.reload.automatic: true config.support_escapes: true dead_letter_queue.enable: true -pipeline.batch.size: ${PIPELINE_BATCH_SIZE:100} \ No newline at end of file +pipeline.batch.size: ${PIPELINE_BATCH_SIZE:10} \ No newline at end of file