Postgresql to Elastic - River Plugin replacement

Hi,

I want to push Postgresql data to ElasticSearch on every change. This needs to be done in (near) realtime as my app search is relying on ES.

As River plugin is deprecated, what are the other options/best practices to do such things?

Thanks!
Kiran

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html is what you want

You can use JDBC importer

Thanks! This works...