ClusterMetadataCpuResourcesSettingsedit

Specifies the CPU resource settings for the Elasticsearch cluster.

Propertiesedit

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

Exampleedit

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