Skip to content

Commit 1c3f7c4

Browse files
committed
Fix wrong syntax for {{esql}}
1 parent 3efa91e commit 1c3f7c4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

explore-analyze/query-filter/languages/esql-cross-clusters.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,9 @@ FROM my-index-000001,cluster*:my-index-*,cluster_three:-my-index-000001
469469

470470
## Optional remote clusters [ccq-skip-unavailable-clusters]
471471

472-
{{ccs-cap}} for {{esql}} currently does not respect the `skip_unavailable` setting. As a result, if a remote cluster specified in the request is unavailable or failed, {{ccs}} for {{esql}} queries will fail regardless of the setting.
473-
474-
We are actively working to align the behavior of {{ccs}} for {{esql}} with other {{ccs}} APIs.
475-
472+
If a remote cluster disconnects from the querying cluster, {{ccs-cap}} for {{esql}} will set it to `skipped`
473+
and continue the query with other clusters, unless the remote cluster's `skip_unavailable` setting is set to `false`,
474+
in which case the query will fail.
476475

477476
## Query across clusters during an upgrade [ccq-during-upgrade]
478477

0 commit comments

Comments
 (0)