Loading

Trained model autoscaling

ECE ECK Elastic Cloud Hosted Serverless

You can enable autoscaling for each of your trained model deployments. Autoscaling allows Elasticsearch to automatically adjust the resources the model deployment can use based on the workload demand.

There are two ways to enable autoscaling:

  • through APIs by enabling adaptive allocations
  • in Kibana by enabling adaptive resources
Important

To fully leverage model autoscaling in Elastic Cloud Hosted, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes, it is highly recommended to enable Elasticsearch deployment autoscaling.

Trained model autoscaling is available for Serverless, Elastic Cloud Hosted, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes deployments. In serverless deployments, processing power is managed differently across Search, Observability, and Security projects, which impacts their costs and resource limits.

Trained model auto-scaling for self-managed deployments

The available resources of self-managed deployments are static, so trained model autoscaling is not applicable. However, available resources are still segmented based on the settings described in this section.

Elastic Cloud Serverless Security and Observability projects are only charged for data ingestion and retention. They are not charged for processing power (VCU usage), which is used for more complex operations, like running advanced search models. For example, in Search projects, models such as ELSER require significant processing power to provide more accurate search results.

Model allocations are independent units of work for NLP tasks. If you set the numbers of threads and allocations for a model manually, they remain constant even when not all the available resources are fully used or when the load on the model requires more resources. Instead of setting the number of allocations manually, you can enable adaptive allocations to set the number of allocations based on the load on the process. This can help you to manage performance and cost more easily. (Refer to the pricing calculator to learn more about the possible costs.)

When adaptive allocations are enabled, the number of allocations of the model is set automatically based on the current load. When the load is high, a new model allocation is automatically created. When the load is low, a model allocation is automatically removed. You can explicitely set the minimum and maximum number of allocations; autoscaling will occur within these limits.

Note

If you set the minimum number of allocations to 1, you will be charged even if the system is not using those resources.

You can enable adaptive allocations by using:

If the new allocations fit on the current machine learning nodes, they are immediately started. If more resource capacity is needed for creating new model allocations, then your machine learning node will be scaled up if machine learning autoscaling is enabled to provide enough resources for the new allocation. The number of model allocations can be scaled down to 0. They cannot be scaled up to more than 32 allocations, unless you explicitly set the maximum number of allocations to more. Adaptive allocations must be set up independently for each deployment and inference endpoint.

Note

When you create inference endpoints on Serverless using Kibana, adaptive allocations are automatically turned on, and there is no option to disable them.

You can optimize your model deployment for typical use cases, such as search and ingest. When you optimize for ingest, the throughput will be higher, which increases the number of inference requests that can be performed in parallel. When you optimize for search, the latency will be lower during search processes.

  • If you want to optimize for ingest, set the number of threads to 1 ("threads_per_allocation": 1).
  • If you want to optimize for search, set the number of threads to greater than 1. Increasing the number of threads will make the search processes more performant.

You can enable adaptive resources for your models when starting or updating the model deployment. Adaptive resources make it possible for Elasticsearch to scale up or down the available resources based on the load on the process. This can help you to manage performance and cost more easily. When adaptive resources are enabled, the number of vCPUs that the model deployment uses is set automatically based on the current load. When the load is high, the number of vCPUs that the process can use is automatically increased. When the load is low, the number of vCPUs that the process can use is automatically decreased.

You can choose from three levels of resource usage for your trained model deployment; autoscaling will occur within the selected level’s range.

Refer to the tables in the Model deployment resource matrix section to find out the setings for the level you selected.

ELSER deployment with adaptive resources enabled.

In Elastic Cloud Serverless, Search projects are given access to more processing resources, while Security and Observability projects have lower limits. This difference is reflected in the UI configuration: Search projects have higher resource limits compared to Security and Observability projects to accommodate their more complex operations.

On Serverless, adaptive allocations are automatically enabled for all project types. However, the "Adaptive resources" control is not displayed in Kibana for Observability and Security projects.

The used resources for trained model deployments depend on three factors:

  • your cluster environment (Serverless, Cloud (ECE, ECK, ECH), or self-managed)
  • the use case you optimize the model deployment for (ingest or search)
  • whether model autoscaling is enabled with adaptive allocations/resources to have dynamic resources, or disabled for static resources

If you use a self-managed cluster or ECK, vCPUs level ranges are derived from the total_ml_processors and max_single_ml_node_processors values. Use the get machine learning info API to check these values.

The following tables show you the number of allocations, threads, and vCPUs available in ECE and ECH when adaptive resources are enabled or disabled.

Note

On Serverless, adaptive allocations are automatically enabled for all project types. However, the "Adaptive resources" control is not displayed in Kibana for Observability and Security projects.

In case of ingest-optimized deployments, we maximize the number of model allocations.

Level Allocations Threads vCPUs
Low 0 to 2 if available, dynamically 1 0 to 2 if available, dynamically
Medium 1 to 32 dynamically 1 1 to the smaller of 32 or the limit set in the Cloud console, dynamically
High 1 to limit set in the Cloud console *, dynamically 1 1 to limit set in the Cloud console, dynamically

* The Cloud console doesn’t directly set an allocations limit; it only sets a vCPU limit. This vCPU limit indirectly determines the number of allocations, calculated as the vCPU limit divided by the number of threads.

Level Allocations Threads VCUs
Low 0 to 2 dynamically 1 0 to 16 dynamically
Medium 1 to 32 dynamically 1 8 to 256 dynamically
High 1 to 512 for Search
1 to 128 for Security and Observability
1 8 to 4096 for Search
8 to 1024 for Security and Observability
Level Allocations Threads vCPUs
Low 2 if available, otherwise 1, statically 1 2 if available
Medium the smaller of 32 or the limit set in the Cloud console, statically 1 32 if available
High Maximum available set in the Cloud console *, statically 1 Maximum available set in the Cloud console, statically

* The Cloud console doesn’t directly set an allocations limit; it only sets a vCPU limit. This vCPU limit indirectly determines the number of allocations, calculated as the vCPU limit divided by the number of threads.

Level Allocations Threads VCUs
Low Exactly 2 1 16
Medium Exactly 32 1 256
High 512 for Search
No static allocations for Security and Observability
1 4096 for Search
No static allocations for Security and Observability

In case of search-optimized deployments, we maximize the number of threads. The maximum number of threads that can be claimed depends on the hardware your architecture has.

Level Allocations Threads vCPUs
Low 1 2 2
Medium 1 to 2 (if threads=16) dynamically maximum that the hardware allows (for example, 16) 1 to 32 dynamically
High 1 to limit set in the Cloud console *, dynamically maximum that the hardware allows (for example, 16) 1 to limit set in the Cloud console, dynamically

* The Cloud console doesn’t directly set an allocations limit; it only sets a vCPU limit. This vCPU limit indirectly determines the number of allocations, calculated as the vCPU limit divided by the number of threads.

Level Allocations Threads VCUs
Low 0 to 1 dynamically Always 2 0 to 16 dynamically
Medium 1 to 2 (if threads=16), dynamically Maximum (for example, 16) 8 to 256 dynamically
High 1 to 32 (if threads=16), dynamically
1 to 128 for Security and Observability
Maximum (for example, 16) 8 to 4096 for Search
8 to 1024 for Security and Observability
Level Allocations Threads vCPUs
Low 1 if available, statically 2 2 if available
Medium 2 (if threads=16) statically maximum that the hardware allows (for example, 16) 32 if available
High Maximum available set in the Cloud console *, statically maximum that the hardware allows (for example, 16) Maximum available set in the Cloud console, statically

* The Cloud console doesn’t directly set an allocations limit; it only sets a vCPU limit. This vCPU limit indirectly determines the number of allocations, calculated as the vCPU limit divided by the number of threads.

Level Allocations Threads VCUs
Low 1 statically Always 2 16
Medium 2 statically (if threads=16) Maximum (for example, 16) 256
High 32 statically (if threads=16) for Search
No static allocations for Security and Observability
Maximum (for example, 16) 4096 for Search
No static allocations for Security and Observability