Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade bundled Elasticsearch to version v2 #261

Closed
GUI opened this issue Jul 10, 2016 · 1 comment
Closed

Upgrade bundled Elasticsearch to version v2 #261

GUI opened this issue Jul 10, 2016 · 1 comment
Milestone

Comments

@GUI
Copy link
Member

GUI commented Jul 10, 2016

We currently bundle Elasticsearch 1.7 with API Umbrella's installation for our analytics database. We should upgrade that bundled version of Elasticsearch to v2, which provides various improvements.

In API Umbrella v0.12, we added support for running against Elasticsearch v2, but we still haven't changed our default bundled version. In order to upgrade the bundled version we have to deal with implementing a data migration for existing installations. The main hurdle is that all the data has to be re-indexed prior to the upgrade taking place to get rid of any dots in field names (see also #248 (comment)).

@GUI GUI added this to the v0.14.0 milestone Feb 6, 2017
@GUI GUI closed this as completed Feb 23, 2017
@GUI
Copy link
Member Author

GUI commented Feb 23, 2017

As a note, the default version is upgraded to v2 in API Umbrella's v0.14.0 release. However, reindexing data is not necessary, like originally indicated, since Elastic ended up allowing dots back into field names in a later v2 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant