出口:
curl "localhost:5601/api/kibana/dashboards/export?dashboard=980381a0-a266-11e7-8f86-edd4a877426e" > export.json{ "version": "7.0.0-alpha1", "objects": [ { "id": "12345678-1234-1234-1234-1234567890op", "type": "dashboard", "properties": { "title": "my-app", "hits": 0, "description": "", "panelsJSON": "", "optionsJSON": "{"darkTheme":false}", "uiStateJSON": "", "version": 1, "timeRestore": true, "timeTo": "now/d", "timeFrom": "now/d", "refreshInterval": { "display": "1 minute", "pause": false, "section": 2, "value": 60000 } } } ]}进口:
从仪表板导出API发布响应。
curl -X POST -H "Content-Type: application/json" -H "kbn-xsrf: true" -d @export.json http://localhost:5601/api/kibana/dashboards/import



