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

ClusterMetadataResourcesSettings

edit

The top-level configuration settings for the Elasticsearch cluster resources.

Properties

edit
cpu (ClusterMetadataCpuResourcesSettings)
Specifies the CPU resource settings for the Elasticsearch cluster.

Example

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