Pinned filter across dashboards

Hello.
I have pinned filter on my Dashboard A:
pined_filter
when i navigate from Dashboard A to Dashboard B via Markdown Widget,
i see no pinned filter on Dashboard B:
no_pinned_filter

Is this expected behavior or bug? Kibana 7.3.2 Thx.

It sorta depends on each link but it could be considered a bug. Pinned filters will be overridden by url state - if you take a look at the markdown link there's probably a long string after the dashboard id _q=... In some cases it's useful, in your case probably not.

If you edit the visualization and delete everything after the dashboard id (app/kibana#/dashboard/7adfa750-4c81-11e8-b3d7-01146121b73d) I would expect it to keep the pinned filter. The bug here would probably be to remove all those from the markdown visualizations.

Hi Jon,

You were right short link works fine with a pinned filter but only in the same tab.
It does not work with "Open links in new tab" way. Links example below:

[Home][1] | [CPU Info][2] | [Memory Info][3] | [Processes Info][4] | [Sessions Info][5] | [Tablespaces Info][6] | [Test1][7] | [Test2][8]

[7]: http://        :5601/app/kibana#/dashboard/57a91200-e369-11e9-bf4f-ed487c319034

[8]: http://        :5601/app/kibana#/dashboard/57a91200-e369-11e9-bf4f-ed487c319034?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-10d,to:now))&_a=(description:'',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!t,useMargins:!f),panels:!((embeddableConfig:(),gridData:(h:5,i:'1',w:10,x:0,y:3),id:'4f422c00-e12f-11e9-bf4f-ed487c319034',panelIndex:'1',type:visualization,version:'7.3.2'),(embeddableConfig:(),gridData:(h:5,i:'2',w:8,x:10,y:3),id:'9e07b040-e12e-11e9-bf4f-ed487c319034',panelIndex:'2',type:visualization,version:'7.3.2'),(embeddableConfig:(),gridData:(h:16,i:'3',w:48,x:0,y:8),id:c870a9f0-d854-11e9-b6dd-91704c1f969a,panelIndex:'3',type:visualization,version:'7.3.2'),(embeddableConfig:(),gridData:(h:3,i:'4',w:48,x:0,y:0),id:'820d2660-e366-11e9-bf4f-ed487c319034',panelIndex:'4',type:visualization,version:'7.3.2'),(embeddableConfig:(),gridData:(h:5,i:'5',w:30,x:18,y:3),id:'5c00c6a0-e359-11e9-bf4f-ed487c319034',panelIndex:'5',type:visualization,version:'7.3.2')),query:(language:kuery,query:''),timeRestore:!f,title:'%5BDBACheck%5D%20CPU%20Info',viewMode:view)

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