Hello. We're attempting to begin using the Kibana export/import API to develop some automation around backing up our Kibana dashboards. While I'm able to reach the export API the import API path is returning the 404 error below.
{"statusCode":404,"error":"Not Found","message":"Not Found"}
I'm read through the docs on the export/import API and have searched all over for a similar problem but haven't found any other reports of this issue occurring. I also realize per the docs that this API feature is experimental.
Any tips on troubleshooting the issue or doing some further debugging to discover what the problem may be?
We have the EFK stack deployed into 10+ Kubernetes clusters and I've verified this is occurring in all of them. I've also attempted several versions of Kibana, including 6.4 where I believe this API was introduced, as well as the OSS version and experience the issue across all which seems odd to me and makes me think its possibly something environmental specific to us.
Thanks!