Elasticsearch 8.1 发布
Elasticsearch 是一个基于 Lucene 库的搜索引擎。它提供了一个分布式、支持多租户的全文搜索引擎,具有 HTTP Web 接口和无模式 JSON 文档。Elasticsearch 是用 Java 开发的,并在 SSPL + Elastic License 双重授权许可下作为开源软件发布。
Elasticsearch 8.1 正式发布,该版本更新内容如下:
已知问题
在 8.1 中,当 xpack.security.audit.logfile.events.emit_request_body 集群设置为 true 时,一个错误(#84784)会导致使用过滤字段的 API 返回一个带有 401 HTTP 状态码的 null_pointer_exception 错误。
重要变化
Geo
错误修复
Aggregations
Allocation
- 修复
updateMinNode条件 #80403 (issue: #41194) - 使
*.routing.allocation.*成为基于列表的设置 #80420 (issue: #77773) - 允许在 flood-stage-blocked 索引上进行元数据更新 #81781
- 集群恢复后重新路由 #82856 (issue: #82456)
Authorization
Distributed
Engine
ILM+SLM
- 修复
PolicyStepsRegistry的cachedStepsnull 处理 #84588
……
更多详情可查看:https://www.elastic.co/guide/en/elasticsearch/reference/8.1/release-notes-8.1.0.html