Skip to content

ESQL CCS is going to be GA in 9.1/8.19 #1914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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 @@ -3,7 +3,7 @@ navigation_title: Query across clusters
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-cross-clusters.html
applies_to:
stack: ga
stack: preview 9.0, ga 9.1
serverless: unavailable
products:
- id: elasticsearch
Expand All @@ -13,12 +13,6 @@ products:

# Use ES|QL across clusters [esql-cross-clusters]


::::{warning}
{{ccs-cap}} for {{esql}} is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
::::


With {{esql}}, you can execute a single query across multiple clusters.


Expand Down
2 changes: 1 addition & 1 deletion solutions/search/cross-cluster-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following APIs support {{ccs}}:
* [preview] [EQL search](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-eql-search)
* [preview] [SQL search](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-sql-query)
* [preview] [Vector tile search](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search-mvt)
* [preview] [ES|QL](../../explore-analyze/query-filter/languages/esql-cross-clusters.md)
* {applies_to}`stack: preview 9.0, ga 9.1` [ES|QL](../../explore-analyze/query-filter/languages/esql-cross-clusters.md)


## Prerequisites [_prerequisites]
Expand Down
Loading