Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to move the last modified tuple/rows from mongodb to elasticsearch #93

Open
monojitbarua opened this issue Jan 8, 2019 · 2 comments

Comments

@monojitbarua
Copy link

new inserted rows are coming as mentioned in your rb file( :_id => {:$gt => last_id_object}). But is there any way to get the rows/tuples from the mongodb collection which are updated after insertion.

@rsimonton
Copy link

rsimonton commented Jan 28, 2020

From the README:

This was designed for parsing logs that were written into mongodb. This means that it may not re-parse db entries that were changed and already parsed.

...which, for me, makes it useless.

@hardiksondagar
Copy link

@monojitbarua I was stuck in the similar problem as none of the available plugins/tools fully support elasticsearch >7.0 and lacks basic features. I end up writing simple python script to ingest data from mongo to elasticsearch. Feel free to use it https://github.com/hardiksondagar/mongodb-to-elasticsearch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants