Bugzilla – Attachment 108714 Details for
Bug 26260
elasticsearch>cnx_pool missing in koha-conf-site.xml.in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26260: Add missing elastic>cnx_pool to koha-conf-site.xml.in
Bug-26260-Add-missing-elasticcnxpool-to-koha-conf-.patch (text/plain), 1.29 KB, created by
Jonathan Druart
on 2020-08-20 08:14:36 UTC
(
hide
)
Description:
Bug 26260: Add missing elastic>cnx_pool to koha-conf-site.xml.in
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-08-20 08:14:36 UTC
Size:
1.29 KB
patch
obsolete
>From 26214163fa973679001dcafc6001dce27a9a0478 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 20 Aug 2020 10:10:44 +0200 >Subject: [PATCH] Bug 26260: Add missing elastic>cnx_pool to > koha-conf-site.xml.in > >Added by bug 22705, but only in etc/koha-conf.xml >--- > debian/templates/koha-conf-site.xml.in | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 182e964c99..d3b76a2184 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -358,6 +358,9 @@ __END_SRU_PUBLICSERVER__ > <elasticsearch> > <server>__ELASTICSEARCH_SERVER__</server> <!-- may be repeated to include all servers on your cluster --> > <index_name>koha___KOHASITE__</index_name> <!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. --> >+ >+ <!-- See https://metacpan.org/pod/Search::Elasticsearch#cxn_pool --> >+ <cxn_pool>Static</cxn_pool> > </elasticsearch> > <!-- Uncomment the following line if you want to override the Elasticsearch default index settings --> > <!-- <elasticsearch_index_config>__KOHA_CONF_DIR__/searchengine/elasticsearch/index_config.yaml</elasticsearch_index_config> --> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26260
:
108714
|
111077