Elasticsearch version 7.9.3edit
Also see Breaking changes in 7.9.
Known issuesedit
-
SQL: If a
WHERE
clause contains at least two relational operators joined byAND
, of which one is a comparison (<=
,<
,>=
,>
) and another one is an inequality (!=
,<>
), both against literals or foldable expressions, the inequality will be ignored. The workaround is to substitute the inequality with aNOT IN
operator.We have fixed this issue in Elasticsearch 7.10.1 and later versions. For more details, see #65488.
Bug fixesedit
- Allocation
-
- InternalClusterInfoService should not ignore hidden indices #62995
- Audit
-
- Move RestRequestFilter to core #63507
- Authentication
- Authorization
- CCR
-
- Retry CCR shard follow task when no seed node left #63225
- Cluster Coordination
- EQL
- Engine
-
- Fix to actually throttle indexing on getting activated #61768
- Features/Data streams
-
- Fix querying a data stream name in index field #63170
- Features/Ingest
- Machine Learning
- SQL
- Search
- Transform