You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before, I install ES with MongoDB River Plugin and configuration with 1 cluster and 2 nodes(1 master, 1 replication) in single server.
I try to make index in ES and I try to test insert docs to MongoDB and docs successfully added in Index ES.
But after that I import database to MongoDB, Total documents in ES just more than 2 Million documents whereas in MongoDB more than 5 Millions docs.
Why? Can you help me how to fix it?
The text was updated successfully, but these errors were encountered:
Was the replicaset before the data were imported in MongoDB?
If not only data available in oplog.rs will be stored in ES. If that's the problem you can do a bulk update in Mongodb (see #47).
Before, I install ES with MongoDB River Plugin and configuration with 1 cluster and 2 nodes(1 master, 1 replication) in single server.
I try to make index in ES and I try to test insert docs to MongoDB and docs successfully added in Index ES.
But after that I import database to MongoDB, Total documents in ES just more than 2 Million documents whereas in MongoDB more than 5 Millions docs.
Why? Can you help me how to fix it?
The text was updated successfully, but these errors were encountered: