Elasticsearch to index RDBMS data -


these 3 simple questions surprisingly hard find definite answers.

  1. does elasticsearch support indexing data in rdbms tables ( oracle/sqlserver/informix) out of box?
  2. if yes, can please point me documentation on how it
  3. if not, alternate ways (plugins rivers - deprecated) reputation

i'm surprised there isn't solid answer yet this. here's solution. logstash directly gives ability push data rdbms elasticsearch.

here's link tutorial tell how go it. briefly(all details in link 1), need jdbc driver relational database you'll using (postgres, mysql etc) , make config file specifying input relational database , output elasticsearch. can specify cron allow keep updating 1 regular intervals.


Comments