Enrich and transform data in ElasticSearch using Ingest Nodes

transformElastic

You can send or ingest all sorts of data in ElasticSearch and here and there you might have the need to enrich or transform certain data. ElasticSearch has some nice features for this. They are called ‘Ingest Nodes’: Ingest Nodes are a new type of Elasticsearch node you can use to perform common data transformation and enrichments. The Ingest Node has multiple built-in processors, for example grok, date, gsub, lowercase/uppercase, Continue ReadingEnrich and transform data in ElasticSearch using Ingest Nodes