elasticsearch-river-mongodb
elasticsearch-river-mongodb copied to clipboard
MongoDB River Plugin for ElasticSearch
I have elastic search 1.4.2 and mongodb 2.6.6 are there other options i need setting on the river curl -XPUT 'http://localhost:9200/_river/test-accounts/_meta' -d '{ "type": "mongodb", "mongodb": { "servers": [ {...
It _seems_ that everything is just fine, but I can't get it to import anything. The server credentials work if I connect using the mongo command. The database has entries....
Whenever I use script, i get `SCRIPT_IMPORT_FAILED` error msg. If I remove "script", then river works absolutely fine. I need to use "script" to modify my documents. Err: `[2015-01-29 02:11:12,948][INFO...
I started indexing after which it starts indexing does a few records and then stops. Logs show this. MongoDBRiverBulkProcessor] Bulk processor failed. failure in bulk execution: [1]: index [events_index], type...
I had problem that river will stop import if it fail to parse object that sync from mongodb. Failure might come from invalid format object or different type of same...
Looks like each river uses 4 threads 1. Starter thread 2. Status checker 3. Oplog slurper 4. Indexer Is it possible to have a global status checker for all the...
Hi, Everything is in the title. For commodity sake and for home-made sharding purpose, my source database provides many collections that are push to ElasticSearch with a _type equal to...
The current river version is failing to do initial import.We traced the issue to sort option which has been added to the initial import query in CollectionSlurper. The sort option...
I have a colllection of over 50 M documents which I want to index in elasticsearch. However there comes a need to restart elasticsearch service which causes rivering process to...
I installed the river and tried to import my logs collection (pretty uniform) using "type": "object" but when ES starts up it returns only 3 documents that all look like...