Show dashboard like demo

by your demo

https://demo.elastic.co/app/kibana#/dashboard/welcome_dashboard?ultron=cn-kibana-getting-started-webinar&blade=touch&hulk=email&mkt_tok=eyJpIjoiWlRobU56RTJaVGRtTVdabCIsInQiOiI1THNlKzhCZXFRVjRxSFhjbzZpNCtjT2lqNStTMDdYY1ltSHNvXC9aWUJOSjRBXC9wMEt2WDNpRE9sZUsySW10Zk5ZdjJPWTFcL2dLTVUxT3JPWVdMZHZxZjRNQVM1MTlFaldJQkJDXC9VMWY5eWNFTjBTd0FpVk5abkRuazdcLzJNXC9DYSJ9&_g=()&_a=(description:'Main%20landing%20page%20for%20Elastic%20Demo%20Gallery;%20a%20good%20reset%20point%20if%20you%20get%20lost.',filters:!(),fullScreenMode:!f,options:(darkTheme:!f,hidePanelTitles:!f,useMargins:!t),panels:!((embeddableConfig:(title:''),gridData:(h:17,i:'2',w:15,x:33,y:7),id:'51cbcc10-9211-11e8-8fa2-3d5f811fbd0f',panelIndex:'2',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:17,i:'3',w:15,x:0,y:17),id:welcome-beats-modules-visualization,panelIndex:'3',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:12,i:'4',w:12,x:36,y:46),id:'68131db0-9212-11e8-8fa2-3d5f811fbd0f',panelIndex:'4',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:12,i:'6',w:12,x:24,y:46),id:'69e69340-9214-11e8-8fa2-3d5f811fbd0f',panelIndex:'6',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:10,i:'8',w:15,x:0,y:7),id:'55c90dc0-9287-11e8-8fa2-3d5f811fbd0f',panelIndex:'8',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:10,i:'9',w:15,x:33,y:24),id:'10553fb0-9288-11e8-8fa2-3d5f811fbd0f',panelIndex:'9',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:12,i:'10',w:12,x:0,y:46),id:'482b9ef0-9299-11e8-8fa2-3d5f811fbd0f',panelIndex:'10',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:12,i:'11',w:12,x:12,y:46),id:'196d0660-153b-11e9-9985-f1ba5bcab6e5',panelIndex:'11',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:12,i:'12',w:12,x:36,y:34),id:'700317b0-153d-11e9-9985-f1ba5bcab6e5',panelIndex:'12',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:12,i:'13',w:12,x:24,y:34),id:'10624140-65ed-11e9-97a8-4d57d901c672',panelIndex:'13',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:12,i:'14',w:12,x:12,y:34),id:a9871430-6611-11e9-97a8-4d57d901c672,panelIndex:'14',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:7,i:'15',w:48,x:0,y:0),id:'95caa470-6616-11e9-97a8-4d57d901c672',panelIndex:'15',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:12,i:'16',w:12,x:0,y:34),id:e7037a10-a739-11e9-aced-376b520cfdd0,panelIndex:'16',type:visualization,version:'7.5.1'),(embeddableConfig:(title:''),gridData:(h:27,i:'0d6d87ab-46b5-4798-9c47-dce9864f76f4',w:18,x:15,y:7),id:fd1964b0-1dd9-11ea-ae13-f17bde635134,panelIndex:'0d6d87ab-46b5-4798-9c47-dce9864f76f4',type:visualization,version:'7.5.1')),query:(language:kuery,query:''),timeRestore:!f,title:'Welcome%20Dashboard',viewMode:view)

I know share dashboard

but i want to do like dashboard
1.be guest user already (No need to enter account and password)
2.read only mode

Hi @sowter,

  1. Create a role, let's say "dashboard_guest" and configure it to have access to needed data. You could also make it to have "view" access only to dashboard app. (To make other applications not visible in nav bar). Management -> Security -> Roles -> Edit Role -> Add space privilege. Make all of privileges "None" and leave "Read" for dashboard. This post explains this idea: https://www.elastic.co/blog/kibana-dashboard-only-mode but default role is now deprecated, so you should create your own.
  2. Create a user with this role. This user should be used for auto login.
  3. Then there is no auto login functionality out of the box, but it is possible to manually set it up via reverse-proxy. Please refer to for similar questions: Auto authenticating to an embedded Kibana dashboard (on Elastic.co CLOUD) Auto-authenticating to iframe-embedded Kibana dashboard . We have an issue to make this supported out of the box: https://github.com/elastic/kibana/issues/18331

Hope this is helpful

1 Like

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