Skip to content
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

ESQL: API endpoint (or similar) to retrieve available language versions #107069

Closed
alex-spies opened this issue Apr 3, 2024 · 3 comments
Closed
Labels
:Analytics/ES|QL AKA ESQL >feature Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@alex-spies
Copy link
Contributor

Relates #104890

For users connecting to an ES cluster, it's useful to know which ES|QL language versions can be used to communicate with the cluster (esp. in language clients and other forms of programmatic useage).

We could add e.g. an endpoint _query/version, which would return a JSON object like so:

{
    "versions": ["2024.01.01", "2024.09.01"]
}
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Apr 3, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@stratoula
Copy link

Fantastic! Can the versions be ordered to find easily which is the latest?

@alex-spies
Copy link
Contributor Author

This is not relevant anymore, as we dropped the version field in #109376.

@alex-spies alex-spies closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >feature Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

No branches or pull requests

3 participants