Skip to content

Commit

Permalink
Expose BwC enrich cache setting in plugin (#119131) (#119194)
Browse files Browse the repository at this point in the history
This actually allows users to set the BwC setting.
  • Loading branch information
nielsbauman authored Dec 21, 2024
1 parent f320c1a commit d4f5c1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog/119131.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 119131
summary: Expose BwC enrich cache setting in plugin
area: Ingest Node
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ public List<Setting<?>> getSettings() {
COORDINATOR_PROXY_MAX_LOOKUPS_PER_REQUEST,
COORDINATOR_PROXY_QUEUE_CAPACITY,
ENRICH_MAX_FORCE_MERGE_ATTEMPTS,
CACHE_SIZE
CACHE_SIZE,
CACHE_SIZE_BWC
);
}

Expand Down

0 comments on commit d4f5c1b

Please sign in to comment.