Hi team,
I have a series of dashboards that i need to copy from one kibana server to another. I tried using
POST http://<ip_address>:<kibana_port>/api/saved_objects/_export
However, all i get is
{
"statusCode": 401,
"error": "Unauthorized",
"message": "Unauthorized"
}
Would I need to make an api to solve this issue? If so what access rights do i need to provide?