Kopf-Elasticsearch Version Mismatch
kschutt opened this issue · 2 comments
kschutt commented
We were able to successfully deploy this CF template but Kopf is complaining that:
This version of kopf is not compatible with your ES version
cristiansavaro commented
replace
"/usr/share/elasticsearch/bin/plugin -install lmenezes/elasticsearch-kopf/1.5.5",
with
"/usr/share/elasticsearch/bin/plugin -install lmenezes/elasticsearch-kopf/1.0",
in the cloudformation template and it should work.
izo3 commented
@cristiansavaro Thanks! I confirm, it works on my end with the above change.