I have exported my dashboard into a .json file in my local machine. Now I have deleted the particular saved dashboard from Kibana and trying to import it back using the same .json file with the help of command line through curl command:
curl -XPUT http://localhost:9200/.kibana/dashboard/xyz --data-binary @me.json
But I am facing issues. Please help.