We have a ELK-5.6.3 cluster with readonlyrest pro plugin and running fine. For some reasons we need to migrate to 7.6.2 as separate cluster. The new cluster also enabled with readonlyrest free and xpack disabled. When doing reindex from remote cluster, getting an error with below. When disable readonlyrest, remote reindex is working without any error. Can you help me how can we achieve it with readonlyrest enabled.
{
"error" : {
"root_cause" : [
{
"reason" : "Sorry, Forbidden Request by Elasticsearch.",
"due_to" : [
"OPERATION_NOT_ALLOWED"
]
}
],
"reason" : "Sorry, Forbidden Request by Elasticsearch.",
"due_to" : [
"OPERATION_NOT_ALLOWED"
],
"status" : 401
}
}