We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The autocomplete in ES|QL will validate index-patterns using the ES _resolve endpoint.
_resolve
Need to ensure failure-store patterns validate as well.
e.g. FROM logs::failures should validate correctly. FROM logs::data should validate correctly.
FROM logs::failures
FROM logs::data
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-esql (Team:ESQL)
Sorry, something went wrong.
See elastic/elasticsearch#120660 for support in ES|QL grammar
Closing in favor of #205663
No branches or pull requests
The autocomplete in ES|QL will validate index-patterns using the ES
_resolve
endpoint.Need to ensure failure-store patterns validate as well.
e.g.
FROM logs::failures
should validate correctly.FROM logs::data
should validate correctly.The text was updated successfully, but these errors were encountered: