How to sync Mysql delete operation with logstash-input-jdbc?

2.4k Views Asked by At

Now, I have been test insert, update operations with logstash-input-jdbc plugin, when the mysql changed(insert or update), elasticsearch also changed sync. But when use mysql delete one row, the row exist in the elasticsearch, we can't delete it automatically. Do you have any idea to resolve my problem? Any help would be sincerely appreciate. Thanks !

0

There are 0 best solutions below