elastic / kibana

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

[Dashboard] Provide dashboard queries API #175487

Open drewdaemon opened 8 months ago

drewdaemon commented 8 months ago

Describe the feature: Provide an HTTP API which returns a list of Elasticsearch requests that the given dashboard will make when it is loaded in the browser.

PoC with further info: https://github.com/elastic/kibana/pull/173416

Each panel type will need its own logic. Lens is the top priority from an integrations perspective. After Lens, probably saved searches.

Describe a specific use case for the feature:

elasticmachine commented 8 months ago

Pinging @elastic/kibana-presentation (Team:Presentation)

elasticmachine commented 8 months ago

Pinging @elastic/kibana-visualizations (Team:Visualizations)

ThomThomson commented 8 months ago

Removing the Presentation team label off of this one for now, because the majority of the work would need to happen on the individual Visualizations side for this information to be exposed.