From a81c4954af5afa37705b1b6d40f7b279c831d42f Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 29 Apr 2025 16:05:47 -0600 Subject: [PATCH] Update esql-cross-clusters.md Fix capitalization --- explore-analyze/query-filter/languages/esql-cross-clusters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-analyze/query-filter/languages/esql-cross-clusters.md b/explore-analyze/query-filter/languages/esql-cross-clusters.md index 87b1e62522..d14421df61 100644 --- a/explore-analyze/query-filter/languages/esql-cross-clusters.md +++ b/explore-analyze/query-filter/languages/esql-cross-clusters.md @@ -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.