Elasticsearch version 8.17.4
editElasticsearch version 8.17.4
editAlso see Breaking changes in 8.17.
Bug fixes
edit- ES|QL
- Indices APIs
- Infra/Core
- Machine Learning
- Search
Upgrades
edit- Security
-
- Bump nimbus-jose-jwt to 10.0.2 #124544
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
Was this helpful?
Thank you for your feedback.