[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest commit

 

History

History

.kibana

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Exporting Kibana Dashboard

In Kibana, go to your dashboard and copy the ID from the URL.

Then do a GET request to the export API with that ID:

http://localhost:5601/api/kibana/dashboards/export?dashboard=<DASHBOARD_ID>

Name the file dashboard.json and put it in this folder.