1

I have a MongoDB and ElasticSearch cluster which I've run by Kubernetes.

I am trying to connect my ElasticSearch to MongoDB on Kubernetes but I can't find any relevant document.

Can anyone help me on this?

rvs
  • 4,027
  • 1
  • 25
  • 30

1 Answers1

0

You can look at Mongo-connector, it is a sync service that creates the pipeline from a Mongodb cluster to one or more target systems, i.e. ElasticSearch. More relevant information you can get from official GitHub project or Wiki page.

Nick_Kh
  • 568
  • 4
  • 7
  • As mentioned in Installation section, the Mongo Connector 2.5.0 support Elasticsearch 5.x. https://github.com/yougov/mongo-connector/wiki/Usage-with-ElasticSearch#installation I need to know, can i use it for Elasticsearch 7.2? – shgnInc Jul 21 '19 at 04:56