Best way to index two large database entities

Hi,

I am reading ElasticSearch guide and I am wondering what is best solution for indexing data directly from my database.

You can use https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html

Thanks for the hint