I have 7,00,000 records with 300 columns in my database,but when I am pushing it into elasticsearch through logstash,It is pushing records samething like 2,50,000 only.
I have use below in logstash config file
useCursorFetch=true
jdbc_fetch_size => 50000
still not working and not giving any error .
Thanks