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

Skip plugin checks on hosted Elasticsearch #214

Merged
merged 1 commit into from
Mar 20, 2017

Conversation

orangejulius
Copy link
Member

@orangejulius orangejulius commented Mar 20, 2017

The AWS Elasticsearch service does not expose the list of installed plugins, so our plugin checking code breaks.

Fortunately, for now, it has the plugin we need already installed.

Note that in our testing, Pelias performs significantly worse on the hosted Elasticsearch compared to regular EC2 instances.
See pelias/pelias#402 (comment) for more details

Fixes #213

The AWS Elasticsearch service does not expose the list of installed
plugins, so our plugin checking code breaks.

Fortunately, for now, it has the plugin we need already installed.

Note that in our testing, Pelias performs significantly worse on the
hosted Elasticsearch compared to regular EC2 instances.
See pelias/pelias#402 (comment)
for more details

Fixes #213
@orangejulius orangejulius merged commit a8d54c0 into master Mar 20, 2017
orangejulius added a commit that referenced this pull request Mar 20, 2017
Skip plugin checks on hosted Elasticsearch
@orangejulius orangejulius deleted the support-hosted-elasticsearch branch March 20, 2017 18:58
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

Successfully merging this pull request may close these issues.

2 participants