IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ClusterMetadataCpuResourcesSettings

edit

Specifies the CPU resource settings for the Elasticsearch cluster.

Properties

edit
boost (boolean)
Indicates if the the CPU boost flag for a cluster is enabled or not
hard_limit (boolean)
Indicates if the the CPU hard limit flag for a cluster is enabled or not

Example

edit
{
   "boost" : true,
   "hard_limit" : true
}