我看了http://blog.trifork.com/2014/05/20/advanced-kibana-dashboard/ 博客,作者解释了如何从json文件或脚本创建仪表板,并通过下一个URL访问:
http://localhost/kibana/#/dashboard/file/logstash.json
和这个
http://localhost/kibana/#/dashboard/script/logstash.js
但它仅限于kibana 3
你如何在kibana 4.5中做到这一点?
我试过了 http://localhost:5601/app/kibana#/dashboard/file/export.json 但是kibana指示我发现页面,然后给我 "无法找到该仪表板(id:export.json)" 错误
感谢
答案 0 :(得分:0)
Kibana文档显示了Kibana的url结构。
请查看信息中心共享部分
https://www.elastic.co/guide/en/kibana/current/dashboard.html#sharing-dashboards
示例链接
http://localhost:5601/app/kibana#/dashboard
答案 1 :(得分:0)
尝试http://localhost:5601/&转到仪表板选项卡以访问仪表板。