Load sql server data into elasticsearch without query using logstash

Logstash only supports moving data by querying over JDBC. I am not aware of any solution that replicates all tables in a database, and even if such a solution existed, you probably would want to restructure your data into a document-centric model before you move the data as Elasticsearch is not a relational system and does not support joins.