This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Elasticsearch version 8.16.2
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Elasticsearch version 8.16.2
editThe 8.16.2 release contains a fix for a potential security vulnerability. See our security advisory for more details.
Also see Breaking changes in 8.16.
Bug fixes
edit- CCS
- Data streams
-
- Acquire stats searcher for data stream stats #117953
- ES|QL
-
- ESQL: fix the column position in errors #117153
- Fix BWC for ES|QL cluster request #117865
- Fix CCS exchange when multi cluster aliases point to same cluster #117297
- Fix COUNT filter pushdown #117503 (issue: #115522)
- Fix validation of SORT by aggregate functions #117316
- Opt into extra data stream resolution #118378
- Ingest Node
- License
-
-
Distinguish
LicensedFeature
by family field #116809
-
Distinguish
- Logs
-
- Prohibit changes to index mode, source, and sort settings during resize #115812
- Machine Learning
- Mapping
-
-
Restore original "is within leaf" value in
SparseVectorFieldMapper
#118380
-
Restore original "is within leaf" value in
- Ranking
-
- Fix for propagating filters from compound to inner retrievers #117914
- Search
Enhancements
edit- Inference
-
- [8.16] Update sparse text embeddings API route for Inference Service #118367
- Packaging
Known issues
edit- ES|QL
-
-
Some valid queries using an
ENRICH
command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due toNullPointerException
orClassCastException
or with a 400 status code andIllegalArgumentException
. This is fixed in #126187.
-
Some valid queries using an