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

Feature request: Support for Elasticsearch 6 #1114

Closed
becizzz opened this issue Jul 25, 2018 · 2 comments
Closed

Feature request: Support for Elasticsearch 6 #1114

becizzz opened this issue Jul 25, 2018 · 2 comments

Comments

@becizzz
Copy link

becizzz commented Jul 25, 2018

Feature Request

It would be great if Lando officially supported newer Elasticsearch versions.
The docker images that are being used right now haven't been updated in 10 months.

As a workaround I'm running latest Elasticsearch like this:

elasticsearch:
  type: compose
  services:
    image: blacktop/elasticsearch:6.3
    command: /elastic-entrypoint.sh elasticsearch
    ports:
      - "9200:9200"

Maybe it makes sense switching to these docker images.

@fede-green
Copy link

tried this, but i got lando errors when i tried lando ssh elasticsearch, something like the www-data user and group is not there or so...

@pirog
Copy link
Sponsor Member

pirog commented Jan 13, 2019

Elasticsearch 6 will be available in RC2

@pirog pirog closed this as completed Jan 13, 2019
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