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

Fix elasticsearch 6 deployment #78

Merged

Conversation

midgleyc
Copy link
Contributor

@midgleyc midgleyc commented Nov 9, 2020

The fix for #70 broke deployments for elasticsearch 6. Using a jvm.options.d folder works in elasticsearch 7 but not elasticsearch 6.

This PR moves back to using the file for elasticsearch 6. By the support matrix, java 15 is supported for elasticsearch 6, so I adjusted the template to use the version from elasticsearch 6, which is the earliest currently supported major version (until Nov 20 or GA release of 8.0.0).

Fixes #77.

@geerlingguy geerlingguy merged commit e370e6e into geerlingguy:master Dec 8, 2020
@midgleyc midgleyc deleted the fix-elasticsearch-6-deployment branch December 8, 2020 17:13
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.

Installing elasticsearch 6.x fails as /etc/elasticsearch/jvm.options.d does not exist
2 participants