elastic / elastic-github-actions

This action spins up an Elasticsearch instance that can be accessed and used in your subsequent steps.
Apache License 2.0
53 stars 37 forks source link

Elasticsearch ≤ 6 is not supported #6

Closed delvedor closed 4 years ago

delvedor commented 4 years ago

With the current configuration, Elasticserarch will never boot with versions lower than 7, because of the different configuration of the discovery algorithm.

Further reading: https://www.elastic.co/blog/a-new-era-for-cluster-coordination-in-elasticsearch

minhtuev commented 4 years ago

Yes I am running into this issue as well

minhtuev commented 4 years ago

https://github.com/cisco/mindmeld/runs/586777782