What are the options to index large data from Oracle DB to elastic search cluster? Requirement is to index 300Million records one time into multiple indexes and also incremental updates having around approximate 1 Million changes every day.
I have tried JDBC plugin for elasticsearch river/feeder, both seems to be running inside or require locally running elastic search instance. Please let me know if there is any better option for running elastic search indexer as a standalone job (probably java based). Any suggestions will be very helpful. Thanks.
I am trying to avoid Rivers as it will be deprecated soon as per ES team. Trying for a standalone indexer with minimal infra requirements and failure points. – Dec 17 '14 at 17:28