Skip to content

Add ES|QL endpoint for Serverless #2555

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

Closed
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
1 change: 1 addition & 0 deletions specification/esql/query/QueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { EsqlVersion } from '@esql/_types/EsqlVersion'
* Executes an ES|QL request
* @rest_spec_name esql.query
* @availability stack since=8.11.0 stability=experimental
* @availability serverless stability=experimental visibility=public
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's "experimental"? should that still be kept?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a "stability" value, and since ESQL is still experimental, I just used the same we have for stateful, but I don't know much more about this.

* @doc_id esql-query
*/
export interface Request extends RequestBase {
Expand Down
Loading