You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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
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.
The text was updated successfully, but these errors were encountered: