Hello,
In Kibana 6.2.2, I exported all my searches, visualizations and dashboards via the "Export Everything" button in the "Management" section.
How can I use the API to later import everything via the JSON file (via curl for instance) ?
Regards,
Hello,
In Kibana 6.2.2, I exported all my searches, visualizations and dashboards via the "Export Everything" button in the "Management" section.
How can I use the API to later import everything via the JSON file (via curl for instance) ?
Regards,
You could use the import dashboards API
This does not seem to be working...
curl -XPOST http://localhost:5601/api/kibana/dashboards/import -H 'kbn-xsrf:true' -H 'Content-type:application/json' -d @export.json
Result:
{"statusCode":400,"error":"Bad Request","message":"\"value\" must be an object","validation":{"source":"payload","keys":["value"]}}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.