Is it possible for two or more different es instances accessing/searching the same cross cluster search remotes?

Hi All,

Is it possible to have two or more different es instances (local clusters) accessing the same set of remote clusters?

E.g.
es_a -> es_b, es_c, es_d, es_e, es_f
and in the same time
es_a1 -> es_b, es_c, es_d, es_e, es_f
....
es_an -> es_b, es_c, es_d, es_e, es_f

Thank you in advance

Yes, that's possible.

1 Like

Thank you, David, for your prompt response!
Therefore, as es_b, es_c, es_d, es_e are agnostic of who is accessing them, there will be no flapping signal. e.g. es_a or es_a1 to lose es_b or es_c, etc. periodically
I also assume that any elasticsearch version (we use v6+) supporting cross-cluster search is working fine too!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.