Missing mandatory plugin cloud-aws error message on ES-5.4.3

Trying to install ES5.4.3 on ubuntu in AWS
I get the following error in the log
org.elasticsearch.ElasticsearchException: Missing mandatory plugins [cloud-aws]
at org.elasticsearch.plugins.PluginsService.(PluginsService.java:161) ~[elasticsearch-5.4.3.jar:5.4.3]

Which is odd, because I read the following page https://www.elastic.co/guide/en/elasticsearch/plugins/current/cloud-aws.html saying cloud-aws plugin was split into two separate plugins that I have installed. Output form elasticsearch-plugins list is:
discovery-ec2
repository-s3

Any help gratefully received

Thanks
James

Probably you defined it in elasticsearch.yml as a mandatory plugin?

Arghhhh silly me - foolish schoolboy error. Many thanks :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.