[Lens] Support query languages #127250
Labels
Feature:Lens
Feature:Unified search
Unified search related tasks
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
Currently you can create a Lens chart by using a dataview and select fields from a list.
We would like to enhance the data-modelling of Lens with supporting text-based languages. (ES query dsl, SQL etc)
Text based query languages mean that the user is controlling the full query sent to ES via a text-based UI. (code editor)
The design is not yet finalized but this is highly connected with the unified search project.
The idea is to add a language switcher to the dataview picker #127244 (only where it is required, for example this doesn't make sense on a dashboard) where the user will be able to select the datasource.
Then the search bar will be replaced by a code editor.
Data fetching
Lens will use the
essql
expression functions. The data fetching will be part of the discover app while the unified search plugin will hold the current state.Open questions
PoC: #118680
The text was updated successfully, but these errors were encountered: