Ingest node: enriching documents within Elasticsearch

A presentation at ConFoo Montreal in in Montreal, QC, Canada by David Pilato

Wanna transform your documents on the fly before indexing them into elasticsearch? Node ingest is built for you.

The talk will also cover the reindex api, which can be used in combination with ingest pipelines to modify data while reindexing.

Last but not least, I’ll tell you how to write your own Ingest processor in Java as a plugin! Our own processor will convert postal addresses from/to geo points.