Skip to content

v0.6.0-ALPHA

Pre-release
Pre-release
Compare
Choose a tag to compare
@apatrida apatrida released this 29 Mar 18:11
· 41 commits to master since this release

Elasticsearch Data Import Handler

A data import handler for Elasticsearch

  • Simple
  • Powerful
  • Use SQL statements that can span multiple databases, text files, and Elasticsearch indexes
  • Process full load and incremental updates
  • Output columnar and structured JSON to Elasticsearch

Running is simple. With Java 8 installed, download a release and then run it:

kohesive-es-dih <configFile.conf>

Read the docs for configuration details.

New in v0.6.0-ALPHA

  • New HTML stripping and entity decoding UDF functions for SQL
  • Better state management is now per index per statement (instead of just statement ID)
  • Fix to lastRun date being set incorrectly on failures
  • Report number of documents processed (to screen, and to log index)
  • Some error messages were not reported, now they are