View | Details | Raw Unified | Return to bug 33563
Collapse All | Expand All

(-)a/debian/templates/koha-conf-site.xml.in (+7 lines)
Lines 350-355 __END_SRU_PUBLICSERVER__ Link Here
350
     <server>__ELASTICSEARCH_SERVER__</server> <!-- may be repeated to include all servers on your cluster -->
350
     <server>__ELASTICSEARCH_SERVER__</server> <!-- may be repeated to include all servers on your cluster -->
351
     <index_name>koha___KOHASITE__</index_name> <!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. -->
351
     <index_name>koha___KOHASITE__</index_name> <!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. -->
352
352
353
     <!-- If you are using authentication, you will also need to use HTTPS. Uncomment and tweak the following for your ES setup. -->
354
     <!-- NOTE: instead of userinfo, you can alternatively provide the username and password in URL in the server element -->
355
     <!--
356
     <userinfo>elastic:CHANGEME</userinfo>
357
     <use_https>1</use_https>
358
     -->
359
353
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#cxn_pool -->
360
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#cxn_pool -->
354
     <cxn_pool>Static</cxn_pool>
361
     <cxn_pool>Static</cxn_pool>
355
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to -->
362
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to -->
(-)a/etc/koha-conf.xml (-1 / +7 lines)
Lines 167-172 Link Here
167
     <server>__ELASTICSEARCH_SERVERS__</server>
167
     <server>__ELASTICSEARCH_SERVERS__</server>
168
     <index_name>__ELASTICSEARCH_INDEX_____DB_NAME__</index_name>
168
     <index_name>__ELASTICSEARCH_INDEX_____DB_NAME__</index_name>
169
169
170
     <!-- If you are using authentication, you will also need to use HTTPS. Uncomment and tweak the following for your ES setup. -->
171
     <!-- NOTE: instead of userinfo, you can alternatively provide the username and password in URL in the server element -->
172
     <!--
173
     <userinfo>elastic:CHANGEME</userinfo>
174
     <use_https>1</use_https>
175
     -->
176
170
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#cxn_pool -->
177
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#cxn_pool -->
171
     <cxn_pool>Static</cxn_pool>
178
     <cxn_pool>Static</cxn_pool>
172
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to -->
179
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to -->
173
- 

Return to bug 33563