Mongodb collection not syncing to elasticsearch
See original GitHub issuemongo-connector -m remoteip:27017 -t localhost:9200 -d elastic2_doc_manager --namespace-set m_new2.tags -v
Im trying to sync mongocollection m_new2.tag from remote server. … but its not syncing.
other collections are syncing very well.
but tags collection is not syncing.
Here is mongo-connector.log
2016-10-11 13:47:10,439 [DEBUG] mongo_connector.oplog_manager:257 - OplogThread: Iterating through cursor, document number in this cursor is 640
2016-10-11 13:47:10,439 [DEBUG] mongo_connector.oplog_manager:303 - OplogThread: Skipping oplog entry: 'm_new2.downloads' is not in the namespace set.
Elasticsearch version : 2.4.1
Mongodb version :2.6.12
Mongo-connector latest version :2.5.0
I also posted more information in stackoverflow http://stackoverflow.com/questions/39963348/elasticsearch-not-indexing-some-data-from-mongodb
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Mongo connector not synchronizing data between mongodb ...
We are having issue where the data is not being imported from mongodb to elastic search. Queries: What is the best way to...
Read more >5 Different ways to synchronize data from MongoDB to ...
This tutorial shows you how to use different tools or plugins to quickly copy or synchronize data from MongoDB to Elasticsearch.
Read more >Using mongo connector to sync collections ... - Elastic Discuss
Hi, We're been using Mongo 3.4 and ES 2.4 and syncing them using Mongo Connector. We're finally upgrading our ES to 7.5.
Read more >Tutorial: Sync mongoDB with Elasticsearch | by
A great and updated frequently library, but it does not actually sync the data between mongodb and Elasticsearch in realtime! Which means that...
Read more >Using Elasticsearch to Offload Real-Time Analytics ... - Rockset
Monstache is one of the most comprehensive libraries available to sync MongoDB data to Elasticsearch. Written in Go, it supports up to and ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I tired with mongo-connector 2.4 and got different logs
mongo-connector -m remoteip:27017 -t localhost:9200 -d elastic2_doc_manager --namespace-set m_new2.tags -v
Thanks, feel free to update this issue if you find out how to reproduce this problem.