Open
Conversation
added 4 commits
March 20, 2015 22:52
…usage of http.type and sonian.elasticsearch.http.type settings. No setting for any http.type will default to JettyHttpServerTransport. This means the plugin will use Jetty by default without any configuration. All you need is a jetty.xml in your config path. Adding a jetty.xml to the classpath so server works even if no jetty.xml is specified. Reorganize elasticsearch.yml.
|
@gbutt @tmayfield I had a go at updating this for Elasticsearch 1.6.0 but I got stuck creating the .zip for the release package. Is this easy? Are there any idiot's instructions anywhere? I'm not a java dev. |
Author
|
@dominicsayers I haven't looked at this in a while. I think if you assemble this project with maven it will create a zip for you and put it in a folder called releases. Try |
|
Awesome, thanks @gbutt |
|
Any update on this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I changed how this plugin gets bound in Guice so it works with ES v1.4. I also added some minor tweaks that will allow this plugin to work with the Jetty transport without any configuration.