Parameter | Description | Default Value |
indices.fielddata.cache.size | Specifies the percentage of Java heap space allocated to the field data | 15% |
indices.query.bool.max_clause_count | Specifies the maximum number of clauses allowed in a Lucene Boolean query | 1024 |
Parameter | Description | Valid Values |
action.destructive_requires_name | Specifies whether it is required to define the index name when deleting an index | true or false. Default value: true |
Parameter | Description | Default Value |
reindex.remote.whitelist | Allowlist of remote ES cluster access addresses | [] |
Parameter | Description | Default Value |
thread_pool.bulk.queue_size | Document write queue size, applicable to v5.6.4 | 1024 |
thread_pool.write.queue_size | Document write queue size, applicable to v6.4.3 and above | 1024 |
thread_pool.search.queue_size | Document search queue size | 1024 |
Parameter | Description | Default Value |
http.cors.enabled | Cross-origin resource sharing (CORS) configuration item. true indicates to enable CORS, while false indicates to disable it | false |
http.cors.allow-origin | Origin resource configuration item, which indicates the domain names allowed for access requests | "" |
http.cors.max-age | Cache period of the obtained CORS configuration information in the browser | 1728000 (20 days) |
http.cors.allow-methods | Allowed request methods for CORS | OPTIONS , HEAD , GET , POST , PUT , DELETE |
http.cors.allow-headers | Request header information allowed for CORS | X-Requested-With , Content-Type , Content-Length |
http.cors.allow-credentials | Specifies whether to allow Access-Control-Allow-Credentials information to be returned in the response header | false |
Parameter | Description | Default Value |
xpack.watcher.enabled | true indicates to enable the Watcher feature of X-Pack | true |
Was this page helpful?