# Kibana dashboard to dashboard drill down with inherited filters and data from current dashboard

**URL:** https://discuss.elastic.co/t/kibana-dashboard-to-dashboard-drill-down-with-inherited-filters-and-data-from-current-dashboard/242733
**Category:** Kibana
**Created:** [July 27, 2020, 10:22am UTC](https://discuss.elastic.co/t/kibana-dashboard-to-dashboard-drill-down-with-inherited-filters-and-data-from-current-dashboard/242733 "2020-07-27T10:22:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sugunan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sugunan/32/72830_2.png) [@sugunan](https://discuss.elastic.co/u/sugunan)
#### Post date: [July 27, 2020, 10:22am UTC](https://discuss.elastic.co/t/kibana-dashboard-to-dashboard-drill-down-with-inherited-filters-and-data-from-current-dashboard/242733/1 "2020-07-27T10:22:52Z")

</div>

I have two kibana 7.8 dashboard call A and B.

I made a markdown visualization with hyper link to dashboard "B".

And I load the markdown on dashboard "A".

Now I want to navigate to the dashboard "A" to "B" through this markdown link.

But the link is static. I want to take the date range and filters applied by user while navigate from dashboard "A" to "B".

Following is the link to navigate with static values.

> [http://some-kibana-url-example/app/kibana#/dashboard/0c0c2500-b44f-11ea-ad27-71dd3661aeb9?\_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h,to:now)](http://some-kibana-url-example/app/kibana#/dashboard/0c0c2500-b44f-11ea-ad27-71dd3661aeb9?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h,to:now)))&\_a=(description:'',filters:!(('$state':(store:appState),meta:(alias:!n,controlledBy:'1593826163173',disabled:!f,index:'4b691960-b44a-11ea-ad27-71dd3661aeb9',key:host\_label.keyword,negate:!f,params:(query:'Mail%20Server'),type:phrase),query:(match\_phrase:(host\_label.keyword:'Mail%20Server')))),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!t,title:'Infra%20Performance',viewMode:view)

How can i parameterize following two block to take current value set by user, from dashboard "A"?

> time:(from: **now-24h** ,to: **now** )
> 
> (host\_label.keyword: **'Mail%20Server'** )

---

<div class="post-metadata">

### Author: ![Dzmitry](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dzmitry/32/65026_2.png) [@Dzmitry](https://discuss.elastic.co/u/Dzmitry)
#### Post date: [July 27, 2020, 4:00pm UTC](https://discuss.elastic.co/t/kibana-dashboard-to-dashboard-drill-down-with-inherited-filters-and-data-from-current-dashboard/242733/2 "2020-07-27T16:00:36Z")

</div>

Hi @sugunan,

Dashboard to dashboard drill down is not available at the moment, but you can use [pin filters](https://www.elastic.co/guide/en/kibana/current/field-filter.html#filter-pinning) on dashboard A and they will be applied on dashboard B automatically. For data range you can also set a filter for related field (like timestamp) and pin it.

Update: actually with 7.8 you should be able to [create a drill down action](https://www.elastic.co/guide/en/kibana/current/drilldowns.html) and carry over filters and time to other dashboard

Regards, Dzmitry

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 24, 2020, 4:00pm UTC](https://discuss.elastic.co/t/kibana-dashboard-to-dashboard-drill-down-with-inherited-filters-and-data-from-current-dashboard/242733/3 "2020-08-24T16:00:44Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
