Hello, I’m running ES 6.7, is there a way via cURL to export those saved searches, visualizations, dashboards, etc?
I tried the below curl command:
curl -X GET -H ‘Content-Type: application/json’ -e ‘XXXXXXXXX’ https://URL/api/kibana/management/saved_objects/scroll/export -d ‘{“typesToInclude”:[“search”]}’
However i get the below error message:
{“error”:“no handler found for uri [/api/kibana/management/saved_objects/scroll/export] and method [GET]”}
Is there a proper curl command to use to export those save objects?