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

[ES|QL] Provide a quick fix to generate a ES|QL control over unrecognized variables #210155

Open
dej611 opened this issue Feb 7, 2025 · 1 comment
Labels
enhancement New value added to drive a business result Feature:ES|QL ES|QL related features in Kibana impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team:ESQL ES|QL related features in Kibana

Comments

@dej611
Copy link
Contributor

dej611 commented Feb 7, 2025

Describe the feature:

The only ways to generate a ES|QL control is either via autocomplete OR in the future via some dashboard clicking flow

If user pastes an existing query with a variable, and this variable is not mapped yet by any existing control, each variable in the query needs to be "rewritten" in order to kick off the autocomplete creation flow again.
In order to solve this it would be nice to use the "Quick fix" feature in the editor and provide a way to generate a control as a "fix" for the "unknown field" error for a variable.

Describe a specific use case for the feature:

This is convenient when the user is pasting a query using variables into the editor directly without using autocomplete.

@dej611 dej611 added enhancement New value added to drive a business result Feature:ES|QL ES|QL related features in Kibana Team:ESQL ES|QL related features in Kibana labels Feb 7, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

@stratoula stratoula added the impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:ES|QL ES|QL related features in Kibana impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team:ESQL ES|QL related features in Kibana
Projects
None yet
Development

No branches or pull requests

3 participants