Hi Joe,
It worked! Simple like that, thanks!
Can I ask a related follow up question?
We also have a similar use case with the Dashboard object.
We have this dashboard that includes 10 visualizations.
When I create these visualizations, Kibana asked me to pick an index pattern.
So I created all of them on the index pattern uat1.*
.
My question is if I need these dashboard in uat2.*
, uat3.*
, etc.
Do I need to create the same set of visualizations and a new Dashboard for every index pattern?
If so, what's the easiest way to re-product these vis on a new index pattern?
The reason I ask is because we want user to click on this link based on the index pattern:
If vis and dashboars are based on index pattern, that means the highlighted id will be different per index pattern?
https://kibana7-dev.common.xxx.com/app/kibana#/dashboard/3a541cd0-4d1e-11ea-8d0f-7f1ad495eae8?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-15m,interval:'1m',mode:quick,timezone:America%2FLos_Angeles,to:now))&_a=(filters:!(),options:(darkTheme:!f),panels:!((col:7,id:d60a0c90-b5cf-11e7-8ce6-b1c9f651b1f6,panelIndex:1,row:6,size_x:6,size_y:4,type:visualization),(col:1,id:'3c883370-b5d5-11e7-bbfd-035ce10a7f46',panelIndex:2,row:1,size_x:12,size_y:1,type:visualization),(col:1,id:'4bd2e6a0-b5cf-11e7-a33b-0f05266f5318',panelIndex:3,row:8,size_x:6,size_y:6,type:visualization),(col:1,id:'2786a740-b5df-11e7-a89a-9da1d5fab893',panelIndex:6,row:6,size_x:3,size_y:2,type:visualization),(col:1,id:'6529b270-b5e1-11e7-a89a-9da1d5fab893',panelIndex:7,row:2,size_x:4,size_y:4,type:visualization),(col:4,id:b89ad280-b5e2-11e7-8fc6-45dea0a3ed52,panelIndex:8,row:6,size_x:3,size_y:2,type:visualization),(col:10,id:c01d58a0-b67f-11e7-bec4-7370b473aede,panelIndex:10,row:2,size_x:3,size_y:2,type:visualization),(col:5,id:'920faf20-b680-11e7-80ce-a5b597f08adf',panelIndex:11,row:2,size_x:5,size_y:4,type:visualization),(col:10,id:'2f9cefa0-b681-11e7-bec4-7370b473aede',panelIndex:12,row:4,size_x:3,size_y:2,type:visualization),(col:1,columns:!(frame.dest,frame.msg.severity-text,frame.msg.app,frame.msg.message),id:'0b0d3c70-b682-11e7-b24f-83480f1f9730',panelIndex:13,row:14,size_x:12,size_y:6,sort:!('@timestamp',desc),type:search),(col:7,id:ff1a8470-beb7-11e7-925c-e14ceb573992,panelIndex:14,row:10,size_x:6,size_y:4,type:visualization)),query:(query_string:(analyze_wildcard:!t,query:'frame.msg.hostname.keyword:Yuliya-QA-tiki-asset1006')),title:Bluescape_Controller_Dashboard,uiState:(P-14:(vis:(legendOpen:!f)),P-2:(spy:(mode:(fill:!f,name:!n)),vis:(params:(sort:(columnIndex:!n,direction:!n))))))
Thank you so much for you help!
Meiyuan