Skip to content

Commit 12127ca

Browse files
Update migrate_8_18.asciidoc
1 parent 66d41ee commit 12127ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/reference/migration/migrate_8_18.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,20 @@ Before this change, in case of shard failures, EQL queries always returned an er
8181
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.
8282
====
8383

84+
[discrete]
85+
[[breaking_818_esql_changes]]
86+
==== ES|QL changes
87+
88+
[[limit_scope_skip_unavailable_setting_remote_clusters]]
89+
.Limit the scope of the skip_unavailable setting for remote clusters
90+
[%collapsible]
91+
====
92+
*Details* +
93+
Before this change, ES|QL would honor skip_unavailable setting for nonmatching indices errors at planning time.
94+
95+
*Impact* +
96+
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
97+
====
8498

8599
[discrete]
86100
[[deprecated-8.18]]

0 commit comments

Comments
 (0)