-
Notifications
You must be signed in to change notification settings - Fork 79
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
Not working with elasticsearch 1.4.0 #69
Comments
I managed to get a version of elasticsearch-jetty working with 1.4.0 by doing the following
use http.type: com.sonian.elasticsearch.http.jetty.JettyHttpServerTransport This seems to start elasticsearch with elasticsearch-jetty. I don't use the logging features and did not test that |
Hi raja3, What did you change the version of the module and elasticsearch in the pom xml. Could you please paste the content with the xml tag. |
Module version in version tag
elasticsearch dependency
|
Thank you sir I'll give it a shot. |
I'm using elasticsearch-jetty for HTTP digest auth only, and for me change in elasticsearch config alone worked, without any version changes/rebuilds etc. So I've downloaded plugin v1.2.1 and used
And that's it - auth works together with ES 1.4.0 |
I'm experimenting with ES-1.4 and the jetty plugin and we need the request logs for our use case and are hitting the same illegal argument exception. It is probably because of the backward incompatible change introduced in ES 1.4 [1]. Do you have any plans to fix the jetty issue in the near future. If not any other suggestions would be helpful. |
Hi , I want to setup my ELS engine to have a support of the SSL. https://github.com/sonian/elasticsearch-jetty which is not supporting the latest ELS version 1.4.1. i tried with nginx also but not able to configure with windows. Can anybody suggest anything on that. |
Getting this issue with apache jetty 1.2.1 [2015-02-16 15:48:15,929][INFO ][node ] [copy] version[1.4.2], pid[6844], build[927caff/2014-12-16T14:11:12Z]
|
@sendkb I have a fork that fixes the binding errors for FilterHttpServerTransport so you can use that for your request logging. I didn't upgrade jetty in this build so you can probably drop and replace the jar. If you want a cleaner approach then use mvn package to generate the plugin.zip |
Latest plugin version (1.2.1) is not working with elasticsearch 1.4.0. There is an error when elasticsearch starts:
Tested on Windows 7 x64, Java 7 Update 55 x64
The text was updated successfully, but these errors were encountered: