FR: Install Elasticsearch-plugins with this role
ppuschmann opened this issue · 2 comments
ppuschmann commented
Install Elasticsearch-plugins with this role
I think it would be helpful to also provide the installation of Elasticsearch-plugins with this role.
Use-Cases: https://www.elastic.co/guide/en/elasticsearch/plugins/7.12/discovery.html
- AWS EC2 discovery
- GCP GCE discovery
jmlrt commented
Hi @ppuschmann,
Elasticsearch plugins are managed by es_plugins
variable, example:
es_plugins:
- plugin: ingest-attachment
ppuschmann commented
Yes, you're completely right!
I must have missed this when I created this issue.