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

Elasticsearch 1.0.1 Support? #2

Closed
randyjensen opened this issue Mar 21, 2014 · 7 comments
Closed

Elasticsearch 1.0.1 Support? #2

randyjensen opened this issue Mar 21, 2014 · 7 comments

Comments

@randyjensen
Copy link

Just tested this with 1.0.1 and everything blew up. Rolled back to 0.90.9 and everything is good again. Any chance support for that is in the works? Or am I missing an easy way to get ROR 1.3 to support ES 1.0.1?

@maruf89
Copy link

maruf89 commented May 31, 2014

+1

@sscarduzio
Copy link
Owner

The internal API has slightly changed, I'm spring-cleaning a bit and I'll release an update for the latest ES (1.2) soon.

@sscarduzio
Copy link
Owner

Find the plugin build compatible to your version in the download directory in the repo.

E.g. if you have ElasticSearch 1.2.0, use: https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin/blob/master/download/elasticsearch-readonlyrest-v1.3_es-v1.2.0.zip

Tell me how it goes.

@randyjensen
Copy link
Author

Just upgraded my local environment to 1.2.0 to test and so far everything looks great.

Thank you!

@sscarduzio
Copy link
Owner

Glad it works :)
By the way @randyjensen @maruf89 : could you share a bit more information on how you use this plugin and why you chose it?
Also, I'm very open to suggestion for further development: new features? What should change? Should docs be clearer? You have an idea for a new plugin?

@randyjensen
Copy link
Author

I found this while looking for a way to secure an ES instance for a client. It was dead simple install and setup.

The docs could be clearer, but only because I was so new to ES at the time. This second time around re-installing it with ES1.2.0, everything made perfect sense and it took seconds to get running.

@maruf89
Copy link

maruf89 commented Jun 2, 2014

I'm building a web service which talks directly to ES as a REST API and am
interested in this because I would like to circumvent talking to the server
to handle all my read-only data requests. I'll give it a shot in the coming
day or 2 and leave some more feedback if anything comes up.

On Mon, Jun 2, 2014 at 4:03 PM, Randy Jensen notifications@github.com
wrote:

I found this while looking for a way to secure an ES instance for a
client. It was dead simple install and setup.

The docs could be clearer, but only because I was so new to ES at the
time. This second time around re-installing it with ES1.2.0, everything
made perfect sense and it took seconds to get running.


Reply to this email directly or view it on GitHub
#2 (comment)
.

rbkasat pushed a commit to rbkasat/elasticsearch-readonlyrest-plugin that referenced this issue Aug 6, 2018
� This is the 1st commit message:

let's see if integration tests work with this.

commit necessary bits

fix bug if no indices are matched

rightfully isolated the new algo to affect only the remote cluster searches

� This is the commit message sscarduzio#2:

get the TRANSIENT indices list after processing + processed local indices were not local.

� This is the commit message sscarduzio#3:

using mocks is stupid and bites you.

try to make shippable ci work

ci debug
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

3 participants