-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10-HF44, 2021.1
-
Fix Version/s: 10.10-HF45, 11.x, 2021.2
-
Component/s: Configuration, Elasticsearch
-
Release Notes Summary:A new parameter is added to enable aliases on Elasticsearch indices.
-
Tags:
-
Upgrade notes:
According to the documentation Elasticsearch aliases can be enabled through a contribution.
But there is no parameter for doing so. Could you please add one ?
Currently if someone overrides completely the ES configuration in one package and has the index enablement in another, this ends up with an un predictable configuration.
Having this parameter set would ease this.
For instance this could be added here:
https://github.com/nuxeo/nuxeo/blob/master/server/nuxeo-nxr-server/src/main/resources/templates/common-base/nxserver/config/elasticsearch-config.xml.nxftl#L53
- Is referenced in