A newer version is available. For the latest information, see the
current release documentation.
ClusterMetadataResourcesSettings
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ClusterMetadataResourcesSettings
editThe 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
}
}