[Meta] Improve support for custom embeddable configurations at the dashboard panel level #19601
Labels
Feature:Dashboard
Dashboard related features
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
release_note:enhancement
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
We currently have limited support for overriding embeddable configuration settings at the dashboard panel level. For example, visualization colors and saved search column and sort settings.
But this support is lacking in many ways as well:
A general way for embeddables to register or expose overridable variables would be very useful and cover a lot of edge cases. We can offer first class support in dashboard for some global configurations useful for all (or at least most) embeddables:
But it would also be useful to come up with more first class support for other overridable variables and configuration. The embeddable can do whatever it likes with the variables internally, and dashboard can expose controls for the user to set or reset them.
This might also help us come up with a better solution for dashboard level index patterns, if the embeddable exposes a variable indexPatternId (or multiple indexPatternId variables to handle the case where an embeddable is using more than one index pattern).
Related:
The text was updated successfully, but these errors were encountered: