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
Hi, I’m using logstash-input-mongodb to import my data from mongodb to ELK.
But when it was done, I found that there is one document missing (I have 17781 docs in mongodb but only got 17780 docs in ELK).
I used the “normal” way to install the plugin through command bin\logstash-plugin install logstash-input-mongo.
So can anyone help me on this problem?
Also, I found that when there is a change on the source db in mongo, this plugin can not detect it and import new data. And I didn’t found any schedule settings (like jdbc input plugin) which allow me to call my data regularly. So can anyone tell me how to keep data updated with mongodb using this plugin?
Thank you!
The text was updated successfully, but these errors were encountered:
What's been done in this issue's regard?
Its been a long time since this issue has been reported and still I am also getting the same problem i.e First record goes missing in ELK.
Hi, I’m using logstash-input-mongodb to import my data from mongodb to ELK.
But when it was done, I found that there is one document missing (I have 17781 docs in mongodb but only got 17780 docs in ELK).
I used the “normal” way to install the plugin through command
bin\logstash-plugin install logstash-input-mongo
.So can anyone help me on this problem?
Also, I found that when there is a change on the source db in mongo, this plugin can not detect it and import new data. And I didn’t found any schedule settings (like jdbc input plugin) which allow me to call my data regularly. So can anyone tell me how to keep data updated with mongodb using this plugin?
Thank you!
The text was updated successfully, but these errors were encountered: