https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42743
Bug ID: 42743
Summary: Support dedicated ES server for the patrons index
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Searching - Elasticsearch
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 42508
Adds support for configuring a separate Elasticsearch server for the patrons
index via koha-conf.xml:
<elasticsearch>
<server>127.0.0.1:9200</server>
<index_name>koha_instance</index_name>
<patrons_server>patron-es:9200</patrons_server>
</elasticsearch>
This enables deploying patron data on a dedicated ES cluster for performance
isolation or data residency requirements. The configuration is read once in the
constructor and the index-specific server overrides the default nodes.
Falls back to <server> when no index-specific entry is present.
Depends on bug 42508.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42508
[Bug 42508] Add Elasticsearch patron search feature
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/