elasticsearch-river-mongodb
elasticsearch-river-mongodb copied to clipboard
MongoDB River Plugin for ElasticSearch
When using Elasticsearch - 0.90.8 MongoDB - 2.4.8 mongodb-river - 1.7.3 with everything running on a single machine: I get the following exception when I try to start a river...
My versions are : mongo 2.6.5, es 1.3.5 I used the following to create 3 indexes: ``` curl -XPUT "http://localhost:9200/_river/perf_a_river/_meta" -d' { "type": "mongodb", "mongodb": { "servers": [ { "host":...
I'm dropping / creating / refilling collections, and ElasticSearch constantly gets out of sync with the river. Are there any recommendations or known forbidden actions?
I am trying to synchronize documents from Mongo to ElasticSearch using river plugin. I dont use GridFS in mongo. ## I see that to create an index and source it...
We face with problem when river freeze on RUNNING status and there is no any inserts to elastic search. For now I try to debug where is a problem and...
I'm suspecting a document with null values breaks the import but i can't figure out from the logs. Everything set to TRACE: ```[2015-02-16 10:01:11,711][TRACE][indices.breaker ] [James Proudstar] [REQUEST] Adjusted breaker...
Hi Richard, We have an issue similar to the [#342](https://github.com/richardwilly98/elasticsearch-river-mongodb/issues/342). However, in our case it was a short term downtime - mongo server was restarted and just a few records...
Hi, I had previously installed the mongodb river. After about a week, it stopped working with a START_FAILED error. Per the issue described in https://github.com/richardwilly98/elasticsearch-river-mongodb/issues/449, I tried to delete and...
We have river, and lets say we insert record that mark river as IMPORT_FAILED, in logs we have: {{{ [2015-02-10 17:10:01,315][ERROR][org.elasticsearch.river.mongodb.MongoDBRiverBulkProcessor] Bulk processor failed. failure in bulk execution: [310]: index...
I'm building an ASP.NET MVC site with MongoDB[GridFs to store files] where I want to implement search using Elastic Search. I saved some file in Mongo Db's gridFS and then...