参数 | 说明 | 默认值 |
indices.fielddata.cache.size | 指定分配到字段数据的 Java 堆空间的百分比 | 15% |
indices.query.bool.max_clause_count | 指定 Lucene 布尔查询中允许的子句的最大数量 | 1024 |
参数 | 说明 | 取值范围 |
action.destructive_requires_name | 删除索引时是否需要明确索引名称 | true 或者 false,默认值为 true |
参数 | 说明 | 默认值 |
reindex.remote.whitelist | 远程 ES 集群访问地址白名单 | [] |
参数 | 说明 | 默认值 |
thread_pool.bulk.queue_size | 文档写入队列大小,适用于5.6.4版本 | 1024 |
thread_pool.write.queue_size | 文档写入队列大小,适用于6.4.3及以上版本 | 1024 |
thread_pool.search.queue_size | 文档搜索队列大小 | 1024 |
参数 | 说明 | 默认值 |
http.cors.enabled | 跨域资源共享配置项, true 表示启用跨域资源访问,false 表示不启用 | false |
http.cors.allow-origin | 域资源配置项,可设置接受来自哪些域名的请求 | "" |
http.cors.max-age | 获取的 CORS 配置信息在浏览器中的缓存时间 | 1728000(20天) |
http.cors.allow-methods | 跨域允许的请求方法 | OPTIONS,HEAD,GET,POST,PUT,DELETE |
http.cors.allow-headers | 跨域允许的请求头信息 | X-Requested-With,Content-Type,Content-Length |
http.cors.allow-credentials | 是否允许响应头中返回 Access-Control-Allow-Credentials 信息 | false |
参数 | 说明 | 默认值 |
xpack.watcher.enabled | true 表示开启 X-Pack 的 Watcher 功能 | true |
本页内容是否解决了您的问题?