amazon-archives / cloudwatch-logs-subscription-consumer

A specialized Amazon Kinesis stream reader (based on the Amazon Kinesis Connector Library) that can help you deliver data from Amazon CloudWatch Logs to any other system in near real-time using a CloudWatch Logs Subscription Filter.
Other
397 stars 152 forks source link

Kopf-Elasticsearch Version Mismatch #17

Open kschutt opened 7 years ago

kschutt commented 7 years ago

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 7 years ago

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 6 years ago

@cristiansavaro Thanks! I confirm, it works on my end with the above change.