elasticsearch-river-mongodb
elasticsearch-river-mongodb copied to clipboard
MongoDB River Plugin for ElasticSearch
Updates
Hi, Any plans to update this plugin soon? ES is now in version 1.7.3 and version 2.0, the plugin is way far behind... Thanks.
Hi, in our system we can occasionally get documents that can not be imported into ES. We do not have full control of the input so sometimes we hit the...
I get the following output from ES when trying to add a mongodb river to an elasticsearch machine, Could someone tell me what's wrong. My ES version is 1.4.2, river...
This item is to track support for TokuMX 2.0 To test with TokuMX 2.0, update the version listed in `src/test/resources/settings.yml` There's currently only one test failing with 2.0. To run...
``` [DEBUG][river.mongodb.util ] setRiverStatus called with somecollection_river - RIVER_STALE [2014-05-27 15:17:59,238][WARN ][org.elasticsearch.river.mongodb.Slurper] Exception in slurper org.elasticsearch.river.mongodb.Slurper$SlurperException: River out of sync with oplog.rs collection at org.elasticsearch.river.mongodb.Slurper.isRiverStale(Slurper.java:618) at org.elasticsearch.river.mongodb.Slurper.oplogCursor(Slurper.java:603) at org.elasticsearch.river.mongodb.Slurper.run(Slurper.java:119) at...
Kindly provide suggestions on above mentioned subject. I am trying to install the plugin. I am using mongodb 3.0 and elastic search 2.0 ..there doesn't seem to be a plugin...
I'm trying to install a plugin, but I get the following error: NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify) ERROR:...
I believe a really common use case for this river is to have a complete elasticsearch mirror of a mongodb database, in which you make all your writes to the...
Hi everybody, I've 3 collections in my database under mongo: shows - venues - dropdowns shows are mapped like below `{"shows": { "properties" : { "description": { "type": "string" },...
Hello, When I start a river, the initial import is failing after importing 30% of the documents. It shows a cursor timeout error, and starts syncing with oplogs. This is...