Federated Elasticsearch Setup between Linux server and AWS

Hi,

I have 5 node elasticsearch cluster version 5.2.0 with tribe node setup and it's running on Linux machine . I have another set of 3 node Elasticsearch cluster running on AWS ECS of same version 5.2.0. I want to make a federated search between On-prem Linux machine and AWS Elasticsearch running on ECS.

Is it possible using the tribe node and is this solution will create any network impacts. Please provide your suggestion.

Thanks,
Rajeshkumar

Tribe nodes require direct access to the transport port of the nodes it connects to. As I believe this is not exposed by AWS ES service, I do not think you will be able to use a tribe node.

@Christian_Dahlqvist. I am going to use the AWS elasticsearch service.I am going to try it with my own Elasticsearch setup which is running as docker image in EC2 instance

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