Skip to content
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ FROM my-index-000001,cluster*:my-index-*,cluster_three:-my-index-000001

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

If a remote cluster disconnects from the querying cluster, {{ccs-cap}} for {{esql}} will set it to `skipped`
If a remote cluster disconnects from the querying cluster, {{ccs}} for {{esql}} will set it to `skipped`
and continue the query with other clusters, unless the remote cluster's `skip_unavailable` setting is set to `false`,
in which case the query will fail.

Expand Down
Loading