elasticsearch-river-mongodb
elasticsearch-river-mongodb copied to clipboard
MongoDB River Plugin for ElasticSearch
Hi Guys, Did you get any solution to this exception. CollectionScan died due to position in capped collection being deleted. How does oplog behaves in sharded cluster? As we have...
I am trying to use the MongoDB river (v2.0.11) with elasticsearch (v1.7.3) , can't sync data to elasticsearch error log: ``` org.elasticsearch.common.settings.NoClassSettingsException: Failed to load class with value [mongodb] at...
Hello, I'm trying to connect elasticsearch hosted on aws ec2 to my database Mongo DB hosted on MongoLab with elasticsearch-river-mongodb , I created a user oplog.. There is no problem...
TTL should be implemented by the river Please let me know if this feature would be useful. [1] - http://docs.mongodb.org/manual/tutorial/expire-data/ [2] - http://www.elasticsearch.org/guide/reference/mapping/ttl-field/
I'm experimenting with switching to wiredtiger db engine an just read that with wiredtiger there are serious performance issues with using notimeout cursors. without looking at the code it seems...
``` [2015-09-18 05:07:47,928][ERROR][org.elasticsearch.river.mongodb.OplogSlurper] Exception while looping in cursor com.mongodb.MongoException: version changed during initial query ( ns : DbName.Collection, received : 460|0||5501e23a01907f6d2913ea91, wanted : 461|0||5501e23a01907f6d2913ea91, send ) ( ns : DbName.Collection,...
The new rule for elasticsearch plugin requires a "plugin-descriptor.properties" file. Therefore, I create a foo file.
Despite many tries, I can't manage to get data replicated into elastic search or river-mongodb to work on my local machine (Windows 7 64 bit) I'm using ``` MongoDb 2.6.6...
Elasticsearch Version:1.4.5 > ./plugin --list > Installed plugins: > - mapper-attachments > - river-mongodb Is it that not support Elasticsearch version 1.4.5 ?
Hi, I am trying to use river to index mongoDB data in elasticsearch, but after doing :+1: curl -XPUT "localhost:9200/_river/abc/_meta" -d ' { "type": "mongodb", "mongodb": { "servers": [ {...