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))&_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' )