It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Configure deployment templates
editConfigure deployment templates
editDeployment templates combine components of the Elastic Stack, such as Elasticsearch nodes and Kibana instances, for different use cases. Compared to a one-size-fits-all approach to deploying the Elastic Stack, templates provide much greater flexibility and ensure that your deployments have the resources they need to support your use cases. To make the most of deployment templates, you must configure ECE for them.
After installing or upgrading to ECE version 2.0 or later:
- Tag your allocators to tell ECE what kind of hardware you have available for Elastic Stack deployments.
- Edit the default instance configurations to match components of the Elastic Stack to your tagged allocators.
If you do not perform these steps, Elastic Cloud Enterprise will behave just as it did in versions before 2.0 and deploy the Elastic Stack wherever there is space on allocators.
Have a use case that isn’t addressed by the ECE default templates? You can also:
- Create your own instance configurations to match components of the Elastic Stack to allocators, tailoring what resources they get and what sizes they support.
- Create your own deployment templates to solve your own use cases better.
Basic concepts
editWith ECE version 2.0, a number of new concepts got introduced. Here’s how allocator tags, instance configurations, and deployment templates relate to each other:
- Allocator tag
- Indicates what kind of hardware resources you have available. Used by instance configurations to find suitable allocators.
- Instance configuration
- Matches components of the Elastic Stack to allocators for deployment and tailors how memory and storage resources get sized relative to each other, and what sizes are available. Used as a building block for deployment templates.
- Deployment template
- Solves a specific use case with the Elastic Stack, such as a search or a logging use case. ECE provides some deployment templates out of the box to get you started, or you can create your own.