ClusterMetadataCpuResourcesSettingsedit

Specifies the CPU resource settings for the Elasticsearch cluster.

Propertiesedit

boost (boolean)
Indicates if the CPU boost flag is enabled or not.
hard_limit (boolean)
Indicates if the CPU hard limit flag is enabled or not. When set to true (default), allocates CPU timeshare based on the total CPU time multiplied by the relative RAM capacity of the instance on a given host. When set to false, delegates CPU allocation to the operating system to schedule CPU timeshares.

Exampleedit

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