elasticsearch-river-mongodb
elasticsearch-river-mongodb copied to clipboard
MongoDB River Plugin for ElasticSearch
Hi, This project doesn't seem to be relevant any more. Is there an alternative that is up-to-date? Scott
Site plugins are not supported after 5.0 version and structure for plugins have also changed. Please refer below link for references: https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking_50_plugins.html#_site_plugins_removed If you install the plugin, you get following...
./plugin install com.github.richardwilly98.elasticsearch/elasticsearch-river-mongodb/2.0.9 ... ... ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip how install mongodb river plugin????
Hi, In my production environment I have a setup with a mongoDB replica set running on three nodes, and an ElasticSearch cluster running on two (the secondary and primary in...
Hi, i indexed 10000 docs using mongodb-river.After some time count of documents in ES starts decreasing[loosing the data actually].What should i do to save my data??. ES version : 0.90.10...
Hi I have installed this river following the [wiki](https://github.com/richardwilly98/elasticsearch-river-mongodb/wiki), here is my config: ``` { "index": { "name": "testdb", "type": "torrents" }, "mongodb": { "db": "testdb", "servers": [ { "port":...
2.0.11 release is missing in readme, and it works also against mongo 3.0.14 which was not really clear to me
.mongodirector.com}] [2014-10-24 18:09:20,178][INFO ][river.mongodb ] Server: SG-Test-3788.servers.mongodirector.com - 27017 [2014-10-24 18:09:20,178][INFO ][river.mongodb ] Server: SG-Test-3789.servers.mongodirector.com - 27017 [2014-10-24 18:09:20,178][TRACE][river.mongodb ] mongoOptionsSettings: {secondary_read_preference=false} [2014-10-24 18:09:20,178][INFO ][org.elasticsearch.river.mongodb.MongoDBRiver] Starting river account_10 [2014-10-24 18:09:20,182][DEBUG][river.mongodb.util...
How to create river on mongodb sharded cluster?