DE EN EN (Google)

Elasticsearch update to 7.11

With easydb version 5.85 we started shipping this elasticsearch version.

In most installations this is not causing any problems, but in some there is the setting reclaim_deletes_weight still present, which is not understood by elasticsearch any more. It prevents a re-index and thus many easydb operations.

This setting is part of the elasticsearch index template, not of the configuration files.

Symptoms:

Solution:

docker exec easydb-server curl -XPUT -H 'Content-Type: application/json' http://easydb-elasticsearch:9200/_template/default -d @/easydb-5/base/es_default_template.json

Caveats:

elasticsearch:
  default_template: elastic_index_template.json

If you have questions, please send them to support@programmfabrik.de or if you have a login to our ticket system: https://tickets.programmfabrik.de/newticket