-
Notifications
You must be signed in to change notification settings - Fork 215
Error while using tail #69
Comments
Are you using a user that has access to the oplog? If not, see the instructions at http://docs.mongolab.com/oplog/ to create the appropriate user. If you are on a free tier there, you don't have oplog access I believe. |
Yes as mentioned before I can use this user to connect to oplog with mongoshell. But now I found another issue when passing several source namespaces to transporter. All namespaces are configured to tail:true. Tailing oplog is OK but only on first namespace and output stay on first namespace debug message setting start timestamp: 6137631385516507136 Is there any parallelism for all namespaces while tailing? |
can someone confirm this please? That it is currently not possible to tail multiple mongodb collections so they would be all synced inside ElasticSearch? |
hi @jipperinbham that's good to hear, thank you. I will be happy to use this then for my data replication. |
best I can tell, this issue was fixed via #101 |
Hi,
After a lot of tests, I can't find a way to use tail option between mongodb and elasticsearch.
I have created same user on user database and system local database, also tried on admin database
With this user I can log and query local["oplog.rs"] collection using mongodb shell but transporter return error
CRITICAL: Mongodb error (error reading collection not authorized for query on local.oplog.rs)
I tried several uri format, my understanding is that this pattern should work
mongodb://:@xxxxxx.mongolab.com:12345/local?authSource=db-stats
Could you see if this is an issue or a misconfiguration from my side.
Regards
transporter 0.0.3
The text was updated successfully, but these errors were encountered: