Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
I am using 2.7.0 Opensearch, opensearch dashboards in k8s environment.
Describe the issue:
From Getting started - OpenSearch documentation it is documented like below
If you’ve overridden
node.roles
inopensearch.yml
on the follower cluster, make sure it also includes theremote_cluster_client
role
Here my question is on follower cluster should all the node roles like cluster manager, data, ingest have remote_cluster_client role or on which node role exactly remote_cluster_client setting is required?
I have a scenario where i have dedicated cluster manager nodes, dedicated data nodes etc. So I am not clear on which node to enable this role