Elasticsearch 是一个基于 Lucene 库的搜索引擎。它提供了一个分布式、支持多租户的全文搜索引擎,具有 HTTP Web 接口和无模式 JSON 文档。Elasticsearch 基于 Java 开发,并在 SSPL + Elastic License 双重授权许可下作为开源软件发布。
Elasticsearch 8.2.2 现已发布,该版本更新内容如下:
Bug fixes
Audit
- 修复 audit logging,使其在
origin.address
中一致包含 port number #86732
CCR
- 修复 CCR following 数据流时,follower 的索引被关闭而破坏数据流的问题 #87076(issue:#87048)
Geo
- 将 null value tags 添加到 vector tiles 的防护 #87051
Infra/Core
- 调整突发 cpu 的 osprobe 断言 #86990
Machine Learning
- 修复集群生命周期早期的 ML task auditor #87023(issue:#87002)
- 分类中的 Adjacency weighting 修复 #2277
增强功能
Machine Learning
- 使 ML native processes 与 glibc 2.35 兼容(Ubuntu 22.04 需要)#2272
更新说明:https://www.elastic.co/guide/en/elasticsearch/reference/8.2/release-notes-8.2.2.html