[ES|QL] [Lens] Allow ES|QL queries without from command to be visualized #198503
Labels
enhancement
New value added to drive a business result
Feature:ES|QL
ES|QL related features in Kibana
Feature:Lens
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
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
Right now the ES|QL charts are allowing only queries with from command to be visualized. So a query like this:
ROW a="a" | eval time = now()| keep time
can't be added in a dashboard.
Although there are no many cases where this would be extremely useful there is no particular reason to not allow it (especially when we dont have markdown with ES|QL support atm).
The text was updated successfully, but these errors were encountered: