Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Describe the issue: After taking the snapshot of indices and when we tried to restore the snapshot of indices, im getting error as below
{
“error” : {
“root_cause” : [
{
“type” : “security_exception”,
“reason” : “no permissions for [] and User [name=admin, backend_roles=[admin], requestedTenant=null]”
}
],
“type” : “security_exception”,
“reason” : “no permissions for [] and User [name=admin, backend_roles=[admin], requestedTenant=null]”
},
“status” : 403
}
Configuration: POST /_snapshot/my-fs-repository/wazuh_snapshot/_restore
Relevant Logs or Screenshots: