Kibana: [Drilldowns] Dashboard to dashboard drilldown is not maintaining iframe options

Created on 10 Sep 2020  路  2Comments  路  Source: elastic/kibana

Dashboard iframes allow the iframe user to hide the time picker, filters, top menu, and query bar as separate parameters. These parameters should all be maintained when the user clicks a drilldown, as reported on discuss.

Dashboard Drilldowns Presentation bug

Most helpful comment

I think the problem is that when we create a URL to a new dashboard we don't take into account the dashboard app state parameters that are coming from query. here

I think the solution would be:

  1. Extend dashboard URL generator to accept those pieces of state (show filters, toolbar, etc...)
  2. Use it in Dashboard drilldown implementation

Since this more of a dashboard code change and + we agreed that dashboard drilldown _implementation_ long-term will be maintained by kibana-app team: @majagrubic, @ThomThomson would you mind if I remove app-arch label and add kibana-app for you to pick this up?

All 2 comments

Pinging @elastic/kibana-app-arch (Team:AppArch)

I think the problem is that when we create a URL to a new dashboard we don't take into account the dashboard app state parameters that are coming from query. here

I think the solution would be:

  1. Extend dashboard URL generator to accept those pieces of state (show filters, toolbar, etc...)
  2. Use it in Dashboard drilldown implementation

Since this more of a dashboard code change and + we agreed that dashboard drilldown _implementation_ long-term will be maintained by kibana-app team: @majagrubic, @ThomThomson would you mind if I remove app-arch label and add kibana-app for you to pick this up?

Was this page helpful?
0 / 5 - 0 ratings