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

support elasticsearch2.0 & support plugin #25

Open
penfree opened this issue Nov 6, 2015 · 1 comment
Open

support elasticsearch2.0 & support plugin #25

penfree opened this issue Nov 6, 2015 · 1 comment

Comments

@penfree
Copy link

penfree commented Nov 6, 2015

  1. elasticsearch 2.0 has already released, do you have plan to update to elasticsearch 2.0.
  2. how to add plugin in the embed es node, could you make an easy-to-use interface for adding plugin and maybe plugin config files
@drewdahlke
Copy link
Contributor

Hey @penfree

  1. Elasticsearch does an awesome job being backwards compatible on indexes built with older versions. We'll typically upgrade our ES cluster first, make sure we're happy with it, and then loop back to upgrade the version we use in elasticsearch-lambda for rebuilding in hadoop to match. I haven't tried restoring 1.x generated snapshots into a 2.0 cluster specifically yet, but there's a good chance it'll just work. I do intend on creating a 2.0 branch in a couple months if someone doesn't beat me to it.

  2. Elasticsearch in this project has been configured to load in plugins found on the classpath. I'm using the elasticsearch-phone plugin with elasticsearch-lambda and including it in the pom as a dependency is all that was required.

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

No branches or pull requests

2 participants