elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.64k stars 8.23k forks source link

[ES|QL] [Technical spike] Check how we can support named params / controls in the editor #200158

Open stratoula opened 9 hours ago

stratoula commented 9 hours ago

Describe the feature:

We want to support dashboard / discover variables on the ES|QL mode / charts. The journey should start from the editor. We want to suggest a Create control suggestion which will open a flyout and the users will be able to create a control:

The flyout should be on its own package / plugin and we need to register a new UI action to execute it. (passing all the important information from the editor). So the variables plugin register an action, the editor triggers it and the flyout is rendered.

OnSave (flyout CTA) the control should:

There are plenty of questions we need to answer:

The purpose of this spike is to identify:

elasticmachine commented 9 hours ago

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