Closed
Description
Cross Cluster Search works by first connecting to one of the configured seed nodes to retrieve the cluster state of the remote clusters, after which up to three nodes per remote cluster are selected to be the gateway nodes that will handle the actual search requests.
It is my understanding that any node is a potential gateway node, unless you have configured search.remote.node.attr
to explicitly filter out specific nodes.
In line with our general advice to not send any requests to dedicated master nodes, would it be an idea to automatically filter out dedicated master nodes (similar to what our clients do with sniffing)?