elasticsearch-river-mongodb icon indicating copy to clipboard operation
elasticsearch-river-mongodb copied to clipboard

MongoDB River Plugin for ElasticSearch

Results 100 elasticsearch-river-mongodb issues
Sort by recently updated
recently updated
newest added

Hi, I am running Elasticsearch 1.3.5 with river-plugin 2.0.2 Mongodb 2.6.4 When i start elasticsearch I see following output in logs: [2015-03-31 01:54:13,549][INFO ][river.mongodb ] [Headlok] Creating MongoClient for [[localhost:27017]]...

I experienced many times the data out of sync, only when QA found same data from mongo and es are different. we already expend the oplog size to 35G. We...

Here is my use case : I have 10 shard of MongoDB with each shard have 100 GB. And I don't want to reindex all data every times river fail....

I'm hitting this issue when trying to sync documents from a remote Mongo instance: This is my configuration: curl -XPUT 'http://localhost:9200/_river/mongodb/_meta' -d '{ "type": "mongodb", "mongodb": { "servers": [ {...

Hi, I'm trying to change few fields strings using js, for example take only the last part of the URL taken from mongo through the river so in elasticsearch I'll...

Hi, I have 2 separate ES clusters each using mongodb river over the same mongodb (2 ES over 1 DB). The problem is that the 2 rivers are competing between...

Or is the current version already able to work with Shield? Thanks!!

I found that the document is being re-indexed after updating the field which is not specified in `include_fields`. Maybe it's a premature optimization, but I'm still worried since we have...

Hi, I can't figure how to manage "relationships" from MongoDB in River... I'm sorry: I've been searching for any kind of documentation without success. My situation is very common: I...

Hey, The driver stopped working 2 weeks ago, and wouldn't restart: ``` { _index: _river _type: storify_stories _id: _riverstatus _version: 67536 _score: 1 _source: { mongodb: { status: SCRIPT_IMPORT_FAILED }...