Hi all,
I'm trying to export a dashboard we have in Kibana using the API command. I've written a Python script but when I run the command it gives me this error:
Export failed with status code: 404
{"statusCode":404,"error":"Not Found","message":"Not Found"}
I pass in the dashboard ID and Credentials as variables, and my Kibana url is running at 5601! Any ideas what could be causing this? Thank you in advance!