Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/reference/migration/migrate_8_18.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@ Before this change, in case of shard failures, EQL queries always returned an er
EQL queries that would previously fail due to shard failures, will now succeed and return partial results. The previous defaults can be restored by setting `xpack.eql.default_allow_partial_results` cluster setting to `false` or setting with `allow_partial_search_results` to `false` in the query request.
====

[discrete]
[[breaking_818_esql_changes]]
==== ES|QL changes

[[limit_scope_skip_unavailable_setting_remote_clusters]]
.Limit the scope of the skip_unavailable setting for remote clusters
[%collapsible]
====
*Details* +
Before this change, ES|QL would honor skip_unavailable setting for nonmatching indices errors at planning time.

*Impact* +
Remote clusters, regardless of their skip_unavailable setting, will now use the same logic as the local cluster for index expression analysis at plan time
====

[discrete]
[[deprecated-8.18]]
Expand Down
7 changes: 7 additions & 0 deletions docs/reference/release-notes/8.18.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.

[[breaking-8.18.1]]
[float]
=== Breaking changes

ES|QL::
* Limit the scope of the skip_unavailable setting for remote clusters {es-pull}120236[#120236]

[[bug-8.18.1]]
[float]
=== Bug fixes
Expand Down