Adds AWS Elastic service support to microfleet.
yarn add @microfleet/plugin-aws-elasticsearch
To make use of the plugin, adjust microfleet configuration in the following way:
exports.plugins = [
...,
'aws-elasticsearch'
...
]
exports.awsElasticsearch = {
'awsAccessKey',
'awsSecretKey',
'node',
'region'
}