-
Hi guys,
Really cool open-source project you are running here! Thanks for your work.
I'm having some issues when moving data from MongoDB to ElasticSearch. We have one very big collection (379,0…
-
Just wanted to log an issue against this since it cause me hours of head scratching. If you are connecting to a mongo replicaset and specify the username and password against each member name in the …
-
Currently working on a large scale application where we have to shard mongo.
If I remember correctly oplog tailing does not work on a mongo shard. Is this still the case? Is adding support for it som…
-
With a large count CRUD operations per second in a collection, which NOT using in my meteor app, CPU load sometimes stucks to 100%
Maybe you make it possible specify which collections needs listen…
-
I used replicate url with `ssl=true`, then it reports
```
unsupported connection URL option: ssl=true
goroutine 1 [running]:
log.Panicf(0x96b343, 0x2d, 0xc420093cd0, 0x2, 0x2)
/usr/local/go/…
-
We have our MongoDB replica set and our Elasticsearch cluster, initially we were going to run a single dedicate instance (Google Cloud) to run monstache. This got us thinking about failover etc. One i…
-
Your Rocket.Chat version: (make sure you are running the latest)
I am using Ubuntu 16.04 with Docker and Docker Composer installed.
I follow the instruction in the guide to a tee and when I run t…
-
Your Rocket.Chat version: 0.48.2
Im trying setup a multiple rocket chat instances with infromation from rocket.chat docs and Im unable setup enviromental variable for main.js "MONGO_OPLOG_URL=mong…
-
After updating to 1.4-rc.1, I am getting MongoError and cannot start app.
**MongoError: no mongos proxies found in seed list**
Here is the error log:
```
W20160721-16:02:00.057(5.5)? (STDERR) /User…
-
Hello,
I have been trying to use transporter with tokumx 1.5.0 to import data in elasticsearch. I have had success importing the data from tokumx to elasticsearch but have issues in syncing the data …