Sync data from mongodb

I just want to sync the data from mongodb to elastic using logstash. Its working good, when any new record comes in mongodb, logstash pushes into elastic. But when I update any record in mongodb then it does not change into elasticsearch even when i delete it nothing happen . I want to make changes in the config file so that when any record updates or deleted in mongo it should reflect in elastic as well.

Answered on StackOverflow. This is not a use-case that the input can support.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.