Koha/admin
Fridolin Somers 3dc90c66c7 Bug 27043: Add to number_of_replicas and number_of_shards to index config
With Elasticsearch 6 (>6.4), we have a warning on index creation :
  the default number of shards will change from [5] to [1] in 7.0.0

See https://github.com/elastic/elasticsearch/pull/30587

I propose to add number_of_shards in index config.

Also add number_of_replicas that is better explicit.
In case on only one node, it must be 0.

Test plan :
1) Use Elasticsearch
2) Apply patch and flush memcached
3) Rebuild indexes : misc/search_tools/rebuild_elasticsearch.pl -v -b -d
4) Check you dont have a warning about number of shards
5) Check the settings of index :
   curl '<cluster>:9200/<myindex>_biblios/_settings?pretty&filter_path=**.number_of_*'
6) You should see :
   "number_of_shards" : "5",
   "number_of_replicas" : "1"

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-01-04 13:29:51 +01:00
..
searchengine/elasticsearch Bug 27043: Add to number_of_replicas and number_of_shards to index config 2021-01-04 13:29:51 +01:00
add_user_search.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
additional-fields.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
admin-home.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
adveditorshortcuts.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
aqbudgetperiods.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
aqbudgets.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
aqcontract.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
aqplan.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
audio_alerts.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
auth_subfields_structure.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
auth_tag_structure.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
authorised_values.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
authtypes.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
background_jobs.pl Bug 25898: Fix new occurrences 2020-10-15 13:56:41 +02:00
biblio_framework.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
branch_transfer_limits.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
branches.pl Bug 22818: Add notices sysprefs and DB column 2020-11-11 08:35:10 +01:00
cash_registers.pl Bug 24663: Remove authnotrequired if set to 0 2020-09-03 10:40:35 +02:00
categories.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
check_budget_parent.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
check_parent_total.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
checkmarc.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
cities.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
classsources.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
clone-rules.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
columns_settings.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
columns_settings.yml Bug 19351: Add items.copynumber to the checkouts table 2020-11-04 12:59:34 +01:00
credit_types.pl Bug 26721: Fix permission check on debit and credit type admin pages 2020-11-03 10:57:35 +01:00
currency.pl Bug 24663: Remove authnotrequired if set to 0 2020-09-03 10:40:35 +02:00
debit_types.pl Bug 26721: Fix permission check on debit and credit type admin pages 2020-11-03 10:57:35 +01:00
desks.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
didyoumean.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
edi_accounts.pl Bug 26908: (follow-up) Alter template check 2020-11-05 15:24:20 +01:00
edi_ean_accounts.pl Bug 24663: Remove authnotrequired if set to 0 2020-09-03 10:40:35 +02:00
import_export_framework.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
item_circulation_alerts.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
items_search_field.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
items_search_fields.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
itemtypes.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
koha2marclinks.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
library_groups.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
localization.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
marc_subfields_structure.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
marctagstructure.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
matching-rules.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
oai_set_mappings.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
oai_sets.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
overdrive.pl Bug 24663: Remove authnotrequired if set to 0 2020-09-03 10:40:35 +02:00
patron-attr-types.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
preferences.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
share_content.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
smart-rules.pl Bug 24083: Delete the new rule when needed 2020-11-11 16:09:58 +01:00
sms_providers.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
smtp_servers.pl Bug 22343: (follow-up) Correctly handle password on editing 2020-11-20 08:16:38 +01:00
sru_modmapping.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
systempreferences.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
transport-cost-matrix.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
usage_statistics.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
z3950servers.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00