kuzzleio / kuzzle

Open-source Back-end, self-hostable & ready to use - Real-time, storage, advanced search - Web, Apps, Mobile, IoT -
https://kuzzle.io
Apache License 2.0
1.43k stars 123 forks source link

support of ES index aliases #949

Closed ballinette closed 4 years ago

ballinette commented 7 years ago

Add methods to create/delete aliases see. https://www.elastic.co/guide/en/elasticsearch/reference/5.5/indices-aliases.html

Aschen commented 5 years ago

Partial support: https://github.com/kuzzleio/kuzzle/pull/1231 Kuzzle can use ES aliases as traditional indexes but they have to be created with ES api

scottinet commented 4 years ago

We probably will never add full support as we don't aim at having es as our only storage engine available