-
Notifications
You must be signed in to change notification settings - Fork 165
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
Getting ready for 2.3.2 #54
Comments
Hi @nasht00, I release a new build every time because this is a java plugin and it uses Elastic Search internal API (also via reflection). That means it's pretty sensitive to internal changes. Not only this, there's another reason: in the past, you could install an old version of the plugin and it would work, but after ES 2.0 they made it mandatory to specify what ES version was the plugin built for, and the installation process fails if the version declared in the plugin manifest does not match exactly with the target ES version. So I can't really change this. :) In principle though you can unzip the plugin and change the |
Thanks 2.3.2 has not been released yet, so we'll just have to wait. |
oh I see, cool just ping me when it's out. By the way I'm trying to find a way to be notified when a new ES release comes out. How do you do? Are you subscribed to some mailing list? |
I wish :) I just look at their website and github account every day! |
Thanks for the quick reaction! Will test it as soon as possible. |
Nice, let me know how it goes :) |
So far so good. No regression. |
Cool to know you're kicking this plugin's butt with some serious independent testing. This adds a lot of value/confidence to the project! I'd actually love to know (if possible) what's the approach you guys took: use case, test scripts and overall considerations, conclusions. I.e.
Thanks! |
We just started using elastic (and your plugin). Our usage is limited so far. We have an internal script that index pages (bulk) and an external script that allows searching (just "view source" on our site). So we use your plugin to allow the public script from running while preventing any "write" access. We used the basic authentication We have a single node hosted as a Docker container on Bluemix.net, relatively low traffic, 722 documents as of today. We did not perform any automated testing. |
We are eagerly waiting for the release of ES 2.3.2 because of an issue which is a blocker for us (elastic/elasticsearch#17483).
We also want to use your plugin, and I notice you create a different zip for each version of ES. Is this important? Will the plugin generated for 2.3.1 work with 2.3.2? Or do we need to wait for a new plugin before we can upgrade?
The text was updated successfully, but these errors were encountered: