From cc894e57d9f1876bdc6f77c7b0ec3d32aa8b7199 Mon Sep 17 00:00:00 2001 From: Marcus Aspin Date: Thu, 12 Sep 2024 14:11:27 +0100 Subject: [PATCH] PI-2519 Disable Logstash cache for incremental person indexing (#4224) --- .../container/pipelines/person/logstash-incremental.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/person-search-index-from-delius/container/pipelines/person/logstash-incremental.conf b/projects/person-search-index-from-delius/container/pipelines/person/logstash-incremental.conf index 34bc73ad34..d171b0c1c3 100644 --- a/projects/person-search-index-from-delius/container/pipelines/person/logstash-incremental.conf +++ b/projects/person-search-index-from-delius/container/pipelines/person/logstash-incremental.conf @@ -23,6 +23,7 @@ filter { parameters => { "offender_id" => "%{offenderId}" } target => "db" tag_on_default_use => [] + use_cache => false } prune { whitelist_names => ["offenderId", "db", "tags", "Message"] } if [db][0][json] {