Hi there
Is it possible to provision clusters on ECE with custom plugins?
Kind regards
Adrian
Hi there
Is it possible to provision clusters on ECE with custom plugins?
Kind regards
Adrian
Hi there,
yes, there is a way to do this but for now, it is available via either API or advanced configuration (UI).
And then edit a JSON. Find user_plugins
"user_plugins": [
{
"name" : "my-test-cluster",
"url": "url to your plugin",
"elasticsearch_version": "must match version of cluster"
}
]
To create a cluster with plugins via API you can start from https://www.elastic.co/guide/en/cloud-enterprise/current/create-es-cluster.html and https://www.elastic.co/guide/en/cloud-enterprise/current/ElasticsearchConfiguration.html
Thanks a lot @Yuri!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.