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: early validation of the index name #112040

Closed
costin opened this issue Aug 20, 2024 · 1 comment · Fixed by #112081
Closed

ESQL: early validation of the index name #112040

costin opened this issue Aug 20, 2024 · 1 comment · Fixed by #112081
Assignees
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@costin
Copy link
Member

costin commented Aug 20, 2024

Description

At the moment, we don' perform any validation of the index name and instead rely on ES to do it for us. We should look into leveraging the existing validation code (that takes into account the restricted chars, date match, patterns, etc...) and see whether we could just reuse it to fail early queries that use an invalid index.

@elasticsearchmachine
Copy link
Collaborator

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

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Aug 20, 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 >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants