elastic2-doc-manager
elastic2-doc-manager copied to clipboard
Mongo-Connector doc manager for elasticsearch 2.x
elastic2-doc-manager not syncing all collections from mongodb database. i am running following command mongo-connector -m localhost:27017 -t localhost:9200 -d elastic2_doc_manager
It works fine for me in ES 5.x But will it work for version 6.x? Thanks
Simply add an option to put collections into their own named index, instead of all in the db name. This would support the main breaking feature of ES6, as it...
I installed python2.7.6 in ubuntu and the oplog.timestamp file never wrote any data during data synchronization. The version of the mongo-connector is 2.7.0.
I sync the database with Mongo-Connector using Elastic2DocManager: mongo-connector -m localhost:27017 -t localhost:9200 -d elastic2_doc_manager After seeing some update on docs.deleted of mongodb_meta on Elastic Search: health status index uuid...
I am using [elastic2-doc-manager][2], and this works great for keeping elasticsearch up to date, but I have a problem with one of the fields because it contains an '_'. Kibana...
```bash [2017-08-21T06:05:58,751][WARN ][o.e.d.r.RestController ] Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header. [2017-08-21T06:05:59,050][WARN ][o.e.d.r.RestController ] Content type detection for rest requests is...
Would really like to see ingest node pipeline management capabilities (adding and removing), in order to add series of pre-process transformations to documents before the indexing. Elasticsearch ingest Node capability...
I mentioned this issue inside https://github.com/mongodb-labs/mongo-connector/issues/446 but taking into account that it is related to https://github.com/mongodb-labs/elastic2-doc-manager repository, I mention it here again When inside a bulk request there are failing...