[Lens] Formula: KQL autocomplete in formula #94673
Labels
discuss
enhancement
New value added to drive a business result
Feature:Lens
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
KQL autocomplete is a nice UX and makes it very easy to create the right query without typos. It would be helpful to have the same level of autocomplete when typing KQL in the formula. To do this, the autocomplete logic (without the UI) has to be hooked into the autocomplete API of monaco.
The suggestion functionality is exposed in the data plugin
data.autocomplete.getQuerySuggestions()
The text was updated successfully, but these errors were encountered: