Ahmed Magdy
Ahmed Magdy
Hey @thejeff77 I think you can do it yourself by renaming each collection to its own index: https://github.com/mongodb-labs/mongo-connector/wiki/Configuration-Options#renaming-namespaces The config has changed in mongo-connector v2.5, it is all stated there...
Hi @mshzsh You create your own config.json file and fill it with the information about the connection by following this documentation: https://github.com/yougov/mongo-connector/wiki/Configuration-Options You can do some stuff with the command...
Hi guys, I am facing the same problem, and it is imp for me, is this in the pipeline at all?
@doktoroblivion thanks for your reply, I would be interested yes. My usage for such tool is syncing data from mongodb to an elasticsearch container (with tail), I am not sure...
I am not sure if it is fully supported but the major change is in mapping types, and you can use rename namespace to send each collection to its own...
Yes you can change mapping names in mongo-connector config: https://github.com/mongodb-labs/mongo-connector/wiki/Configuration-Options#renaming-namespaces You can check my answer to your question here: https://github.com/mongodb-labs/elastic2-doc-manager/issues/57#issuecomment-371524332 for more details